/netbsd-src/external/apache2/llvm/dist/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() 181 Type *EVT::getTypeForEVT(LLVMContext &Context) const { in getTypeForEVT() function in EVT
|
H A D | TargetLoweringBase.cpp | 1686 Type *Ty = VT.getTypeForEVT(Context); in allowsMemoryAccessForAlignment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 217 SplitArgs.emplace_back(OrigArg.Regs[0], SplitVTs[0].getTypeForEVT(Ctx), in splitToValueTypes() 229 Type *SplitTy = SplitVTs[i].getTypeForEVT(Ctx); in splitToValueTypes() 841 ArgInfo DemoteArg(DemoteReg, ValueVTs[0].getTypeForEVT(PtrTy->getContext())); in insertSRetIncomingArgument() 894 Type *PartTy = EVT(RegVT).getTypeForEVT(Context); in getReturnInfo()
|
H A D | IRTranslator.cpp | 2340 DL->getABITypeAlign(Info.memVT.getTypeForEVT(F->getContext()))); in translateCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 449 Type *getTypeForEVT(LLVMContext &Context) const;
|
H A D | TargetLowering.h | 1401 EltTy = PointerTy.getTypeForEVT(Ty->getContext()); 1419 Elm = PointerTy.getTypeForEVT(Ty->getContext());
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 375 ArgInfo CurArgInfo = ArgInfo{CurVReg, SplitEVTs[i].getTypeForEVT(Ctx)}; in lowerReturn() 396 CurArgInfo.Ty = EVT(NewVT).getTypeForEVT(Ctx); in lowerReturn()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 318 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() 1699 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() 1711 SrcOp.getValueType().getTypeForEVT(*DAG.getContext())); in EmitStackConvert() 1909 CV.push_back(ConstantInt::get(EltVT.getTypeForEVT(*DAG.getContext()), in ExpandBUILD_VECTOR() 1914 Type *OpNTy = EltVT.getTypeForEVT(*DAG.getContext()); in ExpandBUILD_VECTOR() 1985 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 1996 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2150 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() 2156 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() 2245 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandSinCosLibCall()
|
H A D | SelectionDAG.cpp | 1126 VT.getTypeForEVT(*getContext()); in getEVTAlign() 2123 VT.getTypeForEVT(*getContext())), in expandVAArg() 2148 Type *Ty = VT.getTypeForEVT(*getContext()); in getReducedAlign() 2165 Ty = IntermediateVT.getTypeForEVT(*getContext()); in getReducedAlign() 2188 Type *Ty = VT.getTypeForEVT(*getContext()); in CreateStackTemporary() 2203 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() 2204 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary() 6242 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in getMemsetStringVal() 6371 Type *Ty = MemOps[0].getTypeForEVT(C); in getMemcpyLoadsAndStores() 6553 Type *Ty = MemOps[0].getTypeForEVT(C); in getMemmoveLoadsAndStores() [all …]
|
H A D | LegalizeIntegerTypes.cpp | 3989 Type *RetTy = VT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO() 3991 Type *PtrTy = PtrVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO() 4013 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO()
|
H A D | DAGCombiner.cpp | 1040 Type *AccessTy = VT.getTypeForEVT(*DAG.getContext()); in reassociationCanBreakAddressingModePattern() 2096 VT.getTypeForEVT(*DAG.getContext()), AS); in canFoldInAddressingMode() 12360 VT.getTypeForEVT(*DAG.getContext())); in CombineConsecutiveLoads() 16054 ResVT.getTypeForEVT(*DAG->getContext())); in canMergeExpensiveCrossRegisterBankCopy() 16540 Type *NewVTTy = NewVT.getTypeForEVT(*DAG.getContext()); in ReduceLoadOpStoreWidth() 16604 Type *IntVTTy = IntVT.getTypeForEVT(*DAG.getContext()); in TransformFPLoadStorePair() 18395 VecEltVT.getTypeForEVT(*DAG.getContext())); in scalarizeExtractedVectorLoad()
|
H A D | TargetLowering.cpp | 163 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in makeLibCall() 180 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in makeLibCall()
|
H A D | SelectionDAGBuilder.cpp | 9488 Type *ArgTy = VT.getTypeForEVT(CLI.RetTy->getContext()); in LowerCallTo() 10038 Type *ArgTy = VT.getTypeForEVT(*DAG.getContext()); in LowerArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 271 Type *LegalVTy = EVT(LT.second).getTypeForEVT(RetTy->getContext()); in getIntrinsicInstrCost() 1564 Type *LegalVTy = EVT(LT.second).getTypeForEVT(Ty->getContext()); in getMinMaxReductionCost() 1586 Type *LegalVTy = EVT(LT.second).getTypeForEVT(ValTy->getContext()); in getArithmeticReductionCostSVE()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCallLowering.cpp | 308 ArgInfo RetInfo(Reg, VT.getTypeForEVT(Ctx)); in lowerReturnVal() 324 RetInfo.Ty = ExtVT.getTypeForEVT(Ctx); in lowerReturnVal()
|
H A D | R600ISelLowering.cpp | 817 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerImplicitParameter()
|
H A D | SIISelLowering.cpp | 5720 Type *Ty = PtrVT.getTypeForEVT(*DAG.getContext()); in LowerGlobalAddress() 6314 DataLayout.getABITypeAlign(VT.getTypeForEVT(*DAG.getContext())); in lowerSBuffer() 6455 Type *Type = VT.getTypeForEVT(*DAG.getContext()); in LowerINTRINSIC_WO_CHAIN() 8837 Type *Ty = MemVT.getTypeForEVT(*DCI.DAG.getContext()); in performSHLPtrCombine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 424 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerDivRem() 447 Entry.Ty = Value.getValueType().getTypeForEVT(*DAG.getContext()); in LowerDivRem() 1050 auto evt = EVT(VT).getTypeForEVT(CCInfo.getContext()); in analyzeArguments()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 682 ArgInfo Info = ArgInfo{OrigArg.Regs[i], SplitEVTs[i].getTypeForEVT(Ctx)}; in splitToValueTypes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2307 TD.getPrefTypeAlign(ValVT.getTypeForEVT(*DAG.getContext())); in LowerSTOREVector() 2572 EltVT.getTypeForEVT(F->getContext()), ADDRESS_SPACE_PARAM)); in LowerFormalArguments() 4787 Align PrefAlign = TD.getPrefTypeAlign(ResVT.getTypeForEVT(*DAG.getContext())); in ReplaceLoadVector()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1474 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in lowerDYNAMIC_STACKALLOC() 1478 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in lowerDYNAMIC_STACKALLOC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 2132 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerF128_LibCallArg() 2163 Type *RetTy = Op.getValueType().getTypeForEVT(*DAG.getContext()); in LowerF128Op()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 977 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2037 Info.align = DL.getABITypeAlign(Info.memVT.getTypeForEVT(Cont)); in getTgtMemIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 9294 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerFSINCOS() 9385 Arg.Ty = Arg.Node.getValueType().getTypeForEVT(*DAG.getContext()); in LowerWindowsDIVLibCall() 9392 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()), in LowerWindowsDIVLibCall() 18703 Type *ArgTy = ArgVT.getTypeForEVT(*Context); in getDivRemArgList() 18725 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerDivRem()
|