| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallLowering.cpp | 206 SplitArgs.emplace_back(OrigArg.Reg, SplitVTs[0].getTypeForEVT(Ctx), in splitToValueTypes() 215 Type *SplitTy = SplitVT.getTypeForEVT(Ctx); in splitToValueTypes() 262 ArgInfo CurArgInfo = ArgInfo{CurVReg, SplitEVTs[i].getTypeForEVT(Ctx)}; in lowerReturn()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.cpp | 76 SplitArgs.emplace_back(OrigArg.Reg, VT.getTypeForEVT(Context), in splitToValueTypes() 84 Type *PartTy = PartVT.getTypeForEVT(Context); in splitToValueTypes() 208 ArgInfo CurArgInfo = ArgInfo{VRegs[i], SplitEVTs[i].getTypeForEVT(Ctx)}; in lowerReturn()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 205 SplitArgs.emplace_back(OrigArg.Reg, SplitVTs[0].getTypeForEVT(Ctx), Flags, in splitToValueTypes() 213 Type *SplitTy = SplitVT.getTypeForEVT(Ctx); in splitToValueTypes() 262 ArgInfo CurArgInfo(VRegs[i], SplitEVTs[i].getTypeForEVT(Ctx)); in lowerReturnVal()
|
| H A D | ARMISelLowering.cpp | 7673 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerFSINCOS() 7764 Arg.Ty = Arg.Node.getValueType().getTypeForEVT(*DAG.getContext()); in LowerWindowsDIVLibCall() 7771 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()), in LowerWindowsDIVLibCall() 7965 Entry.Ty = Val.getValueType().getTypeForEVT(*DAG.getContext()); in LowerFPOWI() 7970 Entry.Ty = Exponent.getValueType().getTypeForEVT(*DAG.getContext()); in LowerFPOWI() 7974 Type *LCRTy = Val.getValueType().getTypeForEVT(*DAG.getContext()); in LowerFPOWI() 14097 Type *ArgTy = ArgVT.getTypeForEVT(*Context); in getDivRemArgList() 14119 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerDivRem()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements); in getExtendedVectorVT() 202 Type *EVT::getTypeForEVT(LLVMContext &Context) const { in getTypeForEVT() function in EVT
|
| H A D | TargetLoweringBase.cpp | 1418 Type *Ty = VT.getTypeForEVT(Context); in allowsMemoryAccess()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 384 Type *getTypeForEVT(LLVMContext &Context) const;
|
| H A D | TargetLowering.h | 1152 Elm = PointerTy.getTypeForEVT(Ty->getContext());
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 306 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() 1728 SrcOp.getValueType().getTypeForEVT(*DAG.getContext())); in EmitStackConvert() 1739 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() 1937 Type *OpNTy = EltVT.getTypeForEVT(*DAG.getContext()); in ExpandBUILD_VECTOR() 2000 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2011 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2071 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2099 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() 2186 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() 2192 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() [all …]
|
| H A D | LegalizeTypes.cpp | 1038 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() 1048 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall()
|
| H A D | SelectionDAG.cpp | 988 VT.getTypeForEVT(*getContext()); in getEVTAlignment() 1925 Type *Ty = VT.getTypeForEVT(*getContext()); in CreateStackTemporary() 1935 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() 1936 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary() 5493 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in getMemsetStringVal() 5704 Type *Ty = MemOps[0].getTypeForEVT(C); in getMemcpyLoadsAndStores() 5884 Type *Ty = MemOps[0].getTypeForEVT(C); in getMemmoveLoadsAndStores() 5983 Type *Ty = MemOps[0].getTypeForEVT(*DAG.getContext()); in getMemsetStores() 6109 Dst.getValueType().getTypeForEVT(*getContext()), in getMemcpy() 6211 Dst.getValueType().getTypeForEVT(*getContext()), in getMemmove() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 165 NOutVT.getTypeForEVT(*DAG.getContext())); in ExpandRes_BITCAST()
|
| H A D | LegalizeIntegerTypes.cpp | 2995 Type *RetTy = VT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO() 2997 Type *PtrTy = PtrVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO() 3019 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO()
|
| H A D | LegalizeVectorTypes.cpp | 1058 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_SUBVECTOR() 1257 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext()); in SplitVecRes_INSERT_VECTOR_ELT()
|
| H A D | TargetLowering.cpp | 131 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in makeLibCall() 142 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in makeLibCall()
|
| H A D | DAGCombiner.cpp | 9995 VT.getTypeForEVT(*DAG.getContext())); in CombineConsecutiveLoads() 12578 VT.getTypeForEVT(*DAG.getContext()), AS); in canFoldInAddressingMode() 13520 ResVT.getTypeForEVT(*DAG->getContext())); in canMergeExpensiveCrossRegisterBankCopy() 14005 Type *NewVTTy = NewVT.getTypeForEVT(*DAG.getContext()); in ReduceLoadOpStoreWidth() 14066 Type *IntVTTy = IntVT.getTypeForEVT(*DAG.getContext()); in TransformFPLoadStorePair() 15592 VecEltVT.getTypeForEVT(*DAG.getContext())); in scalarizeExtractedVectorLoad()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 346 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerDivRem() 375 Entry.Ty = Value.getValueType().getTypeForEVT(*DAG.getContext()); in LowerDivRem() 998 TD->getTypeAllocSize(EVT(LocVT).getTypeForEVT(CCInfo.getContext())), in analyzeStandardArguments() 1000 EVT(LocVT).getTypeForEVT(CCInfo.getContext()))); in analyzeStandardArguments()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 356 ArgInfo CurArgInfo = ArgInfo{VRegs[i], SplitEVTs[i].getTypeForEVT(Ctx)}; in lowerReturn()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 424 LD->getMemoryVT().getTypeForEVT(*DAG.getContext())); in LowerLOAD() 505 ST->getMemoryVT().getTypeForEVT(*DAG.getContext())); in LowerSTORE() 1789 ST->getMemoryVT().getTypeForEVT(*DCI.DAG.getContext())); in PerformDAGCombine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 905 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerImplicitParameter() 1608 PointerType *PtrTy = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerFormalArguments()
|
| H A D | SIISelLowering.cpp | 1333 Type *Ty = MemVT.getTypeForEVT(*DAG.getContext()); in lowerKernargMemParameter() 4550 Type *Ty = PtrVT.getTypeForEVT(*DAG.getContext()); in LowerGlobalAddress() 5179 Type *Type = VT.getTypeForEVT(*DAG.getContext()); in LowerINTRINSIC_WO_CHAIN() 7105 Type *Ty = MemVT.getTypeForEVT(*DCI.DAG.getContext()); in performSHLPtrCombine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 677 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2223 TD.getPrefTypeAlignment(ValVT.getTypeForEVT(*DAG.getContext())); in LowerSTOREVector() 2489 EltVT.getTypeForEVT(F->getContext()), ADDRESS_SPACE_PARAM)); in LowerFormalArguments() 4550 TD.getPrefTypeAlignment(ResVT.getTypeForEVT(*DAG.getContext())); in ReplaceLoadVector()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2126 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerF128_LibCallArg() 2157 Type *RetTy = Op.getValueType().getTypeForEVT(*DAG.getContext()); in LowerF128Op()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1785 Info.align = DL.getABITypeAlignment(Info.memVT.getTypeForEVT(Cont)); in getTgtMemIntrinsic()
|