Home
last modified time | relevance | path

Searched refs:getTypeForEVT (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp74 SplitArgs.emplace_back(OrigArg.Regs[0], VT.getTypeForEVT(Context), in splitToValueTypes()
82 Type *PartTy = PartVT.getTypeForEVT(Context); in splitToValueTypes()
209 ArgInfo CurArgInfo = ArgInfo{VRegs[i], SplitEVTs[i].getTypeForEVT(Ctx)}; in lowerReturn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp235 SplitArgs.emplace_back(OrigArg.Regs[0], SplitVTs[0].getTypeForEVT(Ctx), in splitToValueTypes()
246 Type *SplitTy = SplitVTs[i].getTypeForEVT(Ctx); in splitToValueTypes()
290 ArgInfo CurArgInfo = ArgInfo{CurVReg, SplitEVTs[i].getTypeForEVT(Ctx)}; in lowerReturn()
311 CurArgInfo.Ty = EVT(NewVT).getTypeForEVT(Ctx); in lowerReturn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements); in getExtendedVectorVT()
140 Type *EVT::getTypeForEVT(LLVMContext &Context) const { in getTypeForEVT() function in EVT
DTargetLoweringBase.cpp1531 Type *Ty = VT.getTypeForEVT(Context); in allowsMemoryAccessForAlignment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp207 SplitArgs.emplace_back(OrigArg.Regs[0], SplitVTs[0].getTypeForEVT(Ctx), in splitToValueTypes()
215 Type *SplitTy = SplitVT.getTypeForEVT(Ctx); in splitToValueTypes()
DARMISelLowering.cpp8877 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerFSINCOS()
8968 Arg.Ty = Arg.Node.getValueType().getTypeForEVT(*DAG.getContext()); in LowerWindowsDIVLibCall()
8975 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()), in LowerWindowsDIVLibCall()
16217 Type *ArgTy = ArgVT.getTypeForEVT(*Context); in getDivRemArgList()
16239 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerDivRem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h399 Type *getTypeForEVT(LLVMContext &Context) const;
DTargetLowering.h1237 EltTy = PointerTy.getTypeForEVT(Ty->getContext());
1255 Elm = PointerTy.getTypeForEVT(Ty->getContext());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp171 Type *Ty = VT.getTypeForEVT(Ctx); in splitToValueTypes()
190 Type *PartTy = PartVT.getTypeForEVT(Ctx); in splitToValueTypes()
DR600ISelLowering.cpp907 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerImplicitParameter()
DSIISelLowering.cpp5114 Type *Ty = PtrVT.getTypeForEVT(*DAG.getContext()); in LowerGlobalAddress()
5664 DataLayout.getABITypeAlignment(VT.getTypeForEVT(*DAG.getContext())); in lowerSBuffer()
5803 Type *Type = VT.getTypeForEVT(*DAG.getContext()); in LowerINTRINSIC_WO_CHAIN()
8097 Type *Ty = MemVT.getTypeForEVT(*DCI.DAG.getContext()); in performSHLPtrCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp345 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerDivRem()
374 Entry.Ty = Value.getValueType().getTypeForEVT(*DAG.getContext()); in LowerDivRem()
997 TD->getTypeAllocSize(EVT(LocVT).getTypeForEVT(CCInfo.getContext())), in analyzeStandardArguments()
999 EVT(LocVT).getTypeForEVT(CCInfo.getContext()))); in analyzeStandardArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp321 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP()
1755 SrcOp.getValueType().getTypeForEVT(*DAG.getContext())); in EmitStackConvert()
1766 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert()
1959 CV.push_back(ConstantInt::get(EltVT.getTypeForEVT(*DAG.getContext()), in ExpandBUILD_VECTOR()
1964 Type *OpNTy = EltVT.getTypeForEVT(*DAG.getContext()); in ExpandBUILD_VECTOR()
2035 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall()
2046 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall()
2200 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall()
2206 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall()
2295 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandSinCosLibCall()
DSelectionDAG.cpp1006 VT.getTypeForEVT(*getContext()); in getEVTAlignment()
1959 VT.getTypeForEVT(*getContext())), in expandVAArg()
1985 Type *Ty = VT.getTypeForEVT(*getContext()); in CreateStackTemporary()
1995 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary()
1996 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary()
5797 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in getMemsetStringVal()
5914 Type *Ty = MemOps[0].getTypeForEVT(C); in getMemcpyLoadsAndStores()
6096 Type *Ty = MemOps[0].getTypeForEVT(C); in getMemmoveLoadsAndStores()
6197 Type *Ty = MemOps[0].getTypeForEVT(*DAG.getContext()); in getMemsetStores()
6325 Dst.getValueType().getTypeForEVT(*getContext()), in getMemcpy()
[all …]
DLegalizeTypesGeneric.cpp158 NOutVT.getTypeForEVT(*DAG.getContext())); in ExpandRes_BITCAST()
DLegalizeIntegerTypes.cpp3572 Type *RetTy = VT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO()
3574 Type *PtrTy = PtrVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO()
3596 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO()
DLegalizeVectorTypes.cpp1159 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_SUBVECTOR()
1454 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_VECTOR_ELT()
1886 NVT.getTypeForEVT(*DAG.getContext())); in SplitVecRes_VAARG()
DDAGCombiner.cpp931 Type *AccessTy = VT.getTypeForEVT(*DAG.getContext()); in reassociationCanBreakAddressingModePattern()
11069 VT.getTypeForEVT(*DAG.getContext())); in CombineConsecutiveLoads()
13727 VT.getTypeForEVT(*DAG.getContext()), AS); in canFoldInAddressingMode()
14703 ResVT.getTypeForEVT(*DAG->getContext())); in canMergeExpensiveCrossRegisterBankCopy()
15185 Type *NewVTTy = NewVT.getTypeForEVT(*DAG.getContext()); in ReduceLoadOpStoreWidth()
15241 Type *IntVTTy = IntVT.getTypeForEVT(*DAG.getContext()); in TransformFPLoadStorePair()
16946 VecEltVT.getTypeForEVT(*DAG.getContext())); in scalarizeExtractedVectorLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenCallingConv.inc476 …State.getMachineFunction().getDataLayout().getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getCont…
989 …State.getMachineFunction().getDataLayout().getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getCont…
990 …State.getMachineFunction().getDataLayout().getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getC…
1609 …State.getMachineFunction().getDataLayout().getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getCont…
1610 …State.getMachineFunction().getDataLayout().getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getC…
2061 …State.getMachineFunction().getDataLayout().getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getCont…
2062 …State.getMachineFunction().getDataLayout().getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getC…
2532 …State.getMachineFunction().getDataLayout().getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getCont…
2533 …State.getMachineFunction().getDataLayout().getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getC…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCallLowering.cpp716 ArgInfo Info = ArgInfo{OrigArg.Regs[i], SplitEVTs[i].getTypeForEVT(Ctx)}; in splitToValueTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp2325 TD.getPrefTypeAlignment(ValVT.getTypeForEVT(*DAG.getContext())); in LowerSTOREVector()
2591 EltVT.getTypeForEVT(F->getContext()), ADDRESS_SPACE_PARAM)); in LowerFormalArguments()
4816 TD.getPrefTypeAlignment(ResVT.getTypeForEVT(*DAG.getContext())); in ReplaceLoadVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp765 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2126 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerF128_LibCallArg()
2157 Type *RetTy = Op.getValueType().getTypeForEVT(*DAG.getContext()); in LowerF128Op()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1676 DL->getABITypeAlignment(Info.memVT.getTypeForEVT(F->getContext()))); in translateCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1859 MaybeAlign(DL.getABITypeAlignment(Info.memVT.getTypeForEVT(Cont))); in getTgtMemIntrinsic()

12