| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 48 VectorType::get(VT.getTypeForEVT(Context), NumElements, IsScalable); in getExtendedVectorVT() 55 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), EC); in getExtendedVectorVT() 182 Type *EVT::getTypeForEVT(LLVMContext &Context) const { in getTypeForEVT() function in EVT
|
| H A D | TargetLoweringBase.cpp | 1738 Type *Ty = VT.getTypeForEVT(Context); in allowsMemoryAccessForAlignment()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 266 SplitArgs.emplace_back(OrigArg.Regs[0], SplitVTs[0].getTypeForEVT(Ctx), in splitToValueTypes() 278 Type *SplitTy = SplitVTs[i].getTypeForEVT(Ctx); in splitToValueTypes() 909 ArgInfo DemoteArg(DemoteReg, ValueVTs[0].getTypeForEVT(PtrTy->getContext()), in insertSRetIncomingArgument() 964 Type *PartTy = EVT(RegVT).getTypeForEVT(Context); in getReturnInfo()
|
| H A D | IRTranslator.cpp | 2486 DL->getABITypeAlign(Info.memVT.getTypeForEVT(F->getContext()))); in translateCall()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 462 Type *getTypeForEVT(LLVMContext &Context) const;
|
| H A D | TargetLowering.h | 1505 EltTy = PointerTy.getTypeForEVT(Ty->getContext()); 1523 Elm = PointerTy.getTypeForEVT(Ty->getContext());
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 320 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() 1414 Op.getValueType().getTypeForEVT(*DAG.getContext()))); in ExpandExtractFromVectorThroughStack() 1743 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() 1755 SrcOp.getValueType().getTypeForEVT(*DAG.getContext())); in EmitStackConvert() 1952 CV.push_back(ConstantInt::get(EltVT.getTypeForEVT(*DAG.getContext()), in ExpandBUILD_VECTOR() 1957 Type *OpNTy = EltVT.getTypeForEVT(*DAG.getContext()); in ExpandBUILD_VECTOR() 2028 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2039 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2174 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() 2180 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() [all …]
|
| H A D | SelectionDAG.cpp | 1271 VT.getTypeForEVT(*getContext()); in getEVTAlign() 2292 VT.getTypeForEVT(*getContext())), in expandVAArg() 2317 Type *Ty = VT.getTypeForEVT(*getContext()); in getReducedAlign() 2334 Ty = IntermediateVT.getTypeForEVT(*getContext()); in getReducedAlign() 2357 Type *Ty = VT.getTypeForEVT(*getContext()); in CreateStackTemporary() 2373 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() 2374 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary() 6892 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in getMemsetStringVal() 7022 Type *Ty = MemOps[0].getTypeForEVT(C); in getMemcpyLoadsAndStores() 7217 Type *Ty = MemOps[0].getTypeForEVT(C); in getMemmoveLoadsAndStores() [all …]
|
| H A D | LegalizeIntegerTypes.cpp | 4526 Type *RetTy = VT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO() 4528 Type *PtrTy = PtrVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO() 4571 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO()
|
| H A D | TargetLowering.cpp | 159 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in makeLibCall() 176 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in makeLibCall() 8035 const Type *FloatTy = ScalarFloatVT.getTypeForEVT(*DAG.getContext()); in expandIS_FPCLASS()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 380 ArgInfo CurArgInfo = ArgInfo{CurVReg, SplitEVTs[i].getTypeForEVT(Ctx), 0}; in lowerReturn() 402 CurArgInfo.Ty = EVT(NewVT).getTypeForEVT(Ctx); in lowerReturn()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 321 ArgInfo RetInfo(Reg, VT.getTypeForEVT(Ctx), 0); in lowerReturnVal() 337 RetInfo.Ty = ExtVT.getTypeForEVT(Ctx); in lowerReturnVal()
|
| H A D | R600ISelLowering.cpp | 768 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerImplicitParameter()
|
| H A D | SIISelLowering.cpp | 6156 Type *Ty = PtrVT.getTypeForEVT(*DAG.getContext()); in LowerGlobalAddress() 6737 DataLayout.getABITypeAlign(VT.getTypeForEVT(*DAG.getContext())); in lowerSBuffer() 6903 Type *Type = VT.getTypeForEVT(*DAG.getContext()); in LowerINTRINSIC_WO_CHAIN() 9473 Type *Ty = MemVT.getTypeForEVT(*DCI.DAG.getContext()); in performSHLPtrCombine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 374 Type *LegalVTy = EVT(LT.second).getTypeForEVT(RetTy->getContext()); in getIntrinsicInstrCost() 2937 Type *LegalVTy = EVT(LT.second).getTypeForEVT(Ty->getContext()); in getMinMaxReductionCost() 2954 Type *LegalVTy = EVT(LT.second).getTypeForEVT(ValTy->getContext()); in getArithmeticReductionCostSVE() 3100 Type *LegalVTy = EVT(LT.second).getTypeForEVT(Tp->getContext()); in getSpliceCost() 3105 Type *PromotedVTy = EVT(PromotedVT).getTypeForEVT(Tp->getContext()); in getSpliceCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 1713 TheStoreType.getTypeForEVT(*DAG.getContext())); in LowerCall() 2341 auto *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerVAARG() 2509 TD.getPrefTypeAlign(ValVT.getTypeForEVT(*DAG.getContext())); in LowerSTOREVector() 2747 EltVT.getTypeForEVT(F->getContext()), ADDRESS_SPACE_PARAM)); in LowerFormalArguments() 5131 Align PrefAlign = TD.getPrefTypeAlign(ResVT.getTypeForEVT(*DAG.getContext())); in ReplaceLoadVector()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 535 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerDivRem() 558 Entry.Ty = Value.getValueType().getTypeForEVT(*DAG.getContext()); in LowerDivRem() 1230 auto evt = EVT(VT).getTypeForEVT(CCInfo.getContext()); in analyzeArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1666 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in lowerDYNAMIC_STACKALLOC() 1670 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in lowerDYNAMIC_STACKALLOC()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2280 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerF128_LibCallArg() 2311 Type *RetTy = Op.getValueType().getTypeForEVT(*DAG.getContext()); in LowerF128Op()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1122 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 2377 VT.getTypeForEVT(*DAG.getContext())); in getPrefTypeAlign()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1898 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in makeExternalCall() 1907 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in makeExternalCall() 6766 Type *OutLLVMTy = OutVT.getTypeForEVT(Ctx); in combineINT_TO_FP()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 2094 Info.align = DL.getABITypeAlign(Info.memVT.getTypeForEVT(Cont)); in getTgtMemIntrinsic()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 15526 Type *Ty = MemVT.getTypeForEVT(*DAG.getContext()); in PerformDAGCombine() 16947 MF.getFunction(), VT.getTypeForEVT(MF.getFunction().getContext())); in isFMAFasterThanFMulAndFAdd() 18066 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in lowerToLibCall() 18074 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in lowerToLibCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 9851 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerFSINCOS() 9942 Arg.Ty = Arg.Node.getValueType().getTypeForEVT(*DAG.getContext()); in LowerWindowsDIVLibCall() 9949 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()), in LowerWindowsDIVLibCall() 20473 Type *ArgTy = ArgVT.getTypeForEVT(*Context); in getDivRemArgList() 20509 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerDivRem()
|