Home
last modified time | relevance | path

Searched defs:DataTy (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h192 bool isLegalMaskedStore(Type *DataTy, Align Alignment, in isLegalMaskedStore()
H A DARMTargetTransformInfo.cpp1126 bool ARMTTIImpl::isLegalMaskedLoad(Type *DataTy, Align Alignment, in isLegalMaskedLoad()
1661 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost()
H A DARMISelDAGToDAG.cpp2803 EVT DataTy = EVT::getVectorVT(*CurDAG->getContext(), MVT::i64, NumVecs * 2); in SelectMVE_VLD() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1075 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost()
1100 unsigned Opcode, Type *DataTy, bool VariableMask, Align Alignment, in getExpandCompressMemoryOpCost()
1138 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getStridedMemoryOpCost()
2679 bool RISCVTTIImpl::isLegalMaskedExpandLoad(Type *DataTy, in isLegalMaskedExpandLoad()
2697 bool RISCVTTIImpl::isLegalMaskedCompressStore(Type *DataTy, in isLegalMaskedCompressStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp42 IntegerType *DataTy = nullptr; member in __anon717b74230111::SjLjEHPrepareImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6298 bool X86TTIImpl::isLegalMaskedLoad(Type *DataTy, Align Alignment, in isLegalMaskedLoad()
6311 bool X86TTIImpl::isLegalMaskedStore(Type *DataTy, Align Alignment, in isLegalMaskedStore()
6367 bool X86TTIImpl::isLegalMaskedExpandLoad(Type *DataTy, Align Alignment) const { in isLegalMaskedExpandLoad()
6391 bool X86TTIImpl::isLegalMaskedCompressStore(Type *DataTy, in isLegalMaskedCompressStore()
6416 bool X86TTIImpl::isLegalMaskedGatherScatter(Type *DataTy, in isLegalMaskedGatherScatter()
6432 bool X86TTIImpl::isLegalMaskedGather(Type *DataTy, Align Alignment) const { in isLegalMaskedGather()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp239 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp523 Type *DataTy = Val->getType(); in CreateMaskedStore() local
584 auto *DataTy = cast<VectorType>(Data->getType()); in CreateMaskedScatter() local
633 Type *DataTy = Val->getType(); in CreateMaskedCompressStore() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1174 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost()
1184 unsigned Opcode, Type *DataTy, bool VariableMask, Align Alignment, in getExpandCompressMemoryOpCost()
1193 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getStridedMemoryOpCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DAMDGPU.cpp354 llvm::Type *DataTy = ConvertType(E->getArg(0)->getType()); in EmitAMDGPUBuiltinExpr() local
H A DARM.cpp5346 llvm::Type *DataTy = F->getFunctionType()->getParamType(1); in EmitAArch64BuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1540 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in getOrCreateVTableProfData() local
1811 auto *DataTy = StructType::get(Ctx, ArrayRef(DataTypes)); in createDataVariable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp602 Type *DataTy = Data->getType(); in lowerBufferStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp920 LLT DataTy = MRI.getType(DstReg); in legalizeLoadStore() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1527 getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, Align Alignment, in getMaskedMemoryOpCost()
1555 InstructionCost getStridedMemoryOpCost(unsigned Opcode, Type *DataTy, in getStridedMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp3112 auto *DataTy = VectorType::get(ScalarDataTy, State.VF); in execute() local
3167 auto *DataTy = VectorType::get(ScalarDataTy, State.VF); in execute() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4462 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3218 LLT DataTy = MRI.getType(DataReg); in legalizeStore() local
H A DSIISelLowering.cpp1314 Type *DataTy = CI.getArgOperand(0)->getType(); in getTgtMemIntrinsic() local