/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ValueTypes.cpp | 38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements); in getExtendedVectorVT() 149 Type *EVT::getTypeForEVT(LLVMContext &Context) const { in getTypeForEVT() function in EVT
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64CallLowering.cpp | 206 SplitArgs.emplace_back(OrigArg.Reg, SplitVTs[0].getTypeForEVT(Ctx), in splitToValueTypes() 215 Type *SplitTy = SplitVT.getTypeForEVT(Ctx); in splitToValueTypes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 78 SplitArgs.emplace_back(OrigArg.Reg, VT.getTypeForEVT(Context), in splitToValueTypes() 86 Type *PartTy = PartVT.getTypeForEVT(Context); in splitToValueTypes()
|
/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 43 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements); in getExtendedVectorVT() 204 Type *EVT::getTypeForEVT(LLVMContext &Context) const { in getTypeForEVT() function in EVT
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
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
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 363 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() 1148 Type *Ty = LD->getMemoryVT().getTypeForEVT(*DAG.getContext()); in LegalizeOp() 1336 LD->getMemoryVT().getTypeForEVT(*DAG.getContext()); in LegalizeOp() 1515 Type *Ty = ST->getMemoryVT().getTypeForEVT(*DAG.getContext()); in LegalizeOp() 1620 Type *Ty = ST->getMemoryVT().getTypeForEVT(*DAG.getContext()); in LegalizeOp() 2032 getTypeForEVT(*DAG.getContext())); in EmitStackConvert() 2042 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() 2144 CV.push_back(ConstantInt::get(EltVT.getTypeForEVT(*DAG.getContext()), in ExpandBUILD_VECTOR() 2149 Type *OpNTy = EltVT.getTypeForEVT(*DAG.getContext()); in ExpandBUILD_VECTOR() 2203 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() [all …]
|
D | LegalizeTypes.cpp | 1048 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in MakeLibCall() 1056 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in MakeLibCall() 1077 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() 1088 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall()
|
D | LegalizeTypesGeneric.cpp | 123 getTypeForEVT(*DAG.getContext())); in ExpandRes_BITCAST()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1605 Ofst += DL.getTypeAllocSize(VecVT.getTypeForEVT(F->getContext())); in LowerCall() 1946 TD.getPrefTypeAlignment(ValVT.getTypeForEVT(*DAG.getContext())); in LowerSTOREVector() 2175 PointerType::get(partVT.getTypeForEVT(F->getContext()), in LowerFormalArguments() 2183 partVT.getTypeForEVT(F->getContext())); in LowerFormalArguments() 2218 EltVT.getTypeForEVT(F->getContext()), llvm::ADDRESS_SPACE_PARAM)); in LowerFormalArguments() 2222 DL.getABITypeAlignment(EltVT.getTypeForEVT(F->getContext()))); in LowerFormalArguments() 2235 VecVT.getTypeForEVT(F->getContext()), llvm::ADDRESS_SPACE_PARAM)); in LowerFormalArguments() 2239 DL.getABITypeAlignment(VecVT.getTypeForEVT(F->getContext()))); in LowerFormalArguments() 2275 PointerType::get(VecVT.getTypeForEVT(F->getContext()), in LowerFormalArguments() 2282 DL.getABITypeAlignment(VecVT.getTypeForEVT(F->getContext()))); in LowerFormalArguments() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenCallingConv.inc | 214 …State.getTarget().getTargetData()->getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getContext())),… 585 …State.getTarget().getTargetData()->getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getContext())), 586 …State.getTarget().getTargetData()->getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getContext()… 777 …State.getTarget().getTargetData()->getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getContext())), 778 …State.getTarget().getTargetData()->getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getContext()…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCallLowering.cpp | 205 SplitArgs.emplace_back(OrigArg.Reg, SplitVTs[0].getTypeForEVT(Ctx), Flags, in splitToValueTypes() 213 Type *SplitTy = SplitVT.getTypeForEVT(Ctx); in splitToValueTypes()
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 339 Type *getTypeForEVT(LLVMContext &Context) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 384 Type *getTypeForEVT(LLVMContext &Context) const;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 271 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() 1671 SrcOp.getValueType().getTypeForEVT(*DAG.getContext())); in EmitStackConvert() 1682 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() 1877 CV.push_back(ConstantInt::get(EltVT.getTypeForEVT(*DAG.getContext()), in ExpandBUILD_VECTOR() 1882 Type *OpNTy = EltVT.getTypeForEVT(*DAG.getContext()); in ExpandBUILD_VECTOR() 1945 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 1955 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 1998 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2006 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2030 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() [all …]
|
D | LegalizeTypes.cpp | 1091 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() 1101 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall()
|
D | SelectionDAG.cpp | 878 VT.getTypeForEVT(*getContext()); in getEVTAlignment() 1843 VT.getTypeForEVT(*getContext())), in expandVAArg() 1870 Type *Ty = VT.getTypeForEVT(*getContext()); in CreateStackTemporary() 1880 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() 1881 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary() 4147 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in getMemsetStringVal() 4334 Type *Ty = MemOps[0].getTypeForEVT(*DAG.getContext()); in getMemcpyLoadsAndStores() 4446 Type *Ty = MemOps[0].getTypeForEVT(*DAG.getContext()); in getMemmoveLoadsAndStores() 4538 Type *Ty = MemOps[0].getTypeForEVT(*DAG.getContext()); in getMemsetStores() 4664 Dst.getValueType().getTypeForEVT(*getContext()), in getMemcpy() [all …]
|
D | LegalizeTypesGeneric.cpp | 166 NOutVT.getTypeForEVT(*DAG.getContext())); in ExpandRes_BITCAST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 307 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() 1697 SrcOp.getValueType().getTypeForEVT(*DAG.getContext())); in EmitStackConvert() 1708 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() 1901 CV.push_back(ConstantInt::get(EltVT.getTypeForEVT(*DAG.getContext()), in ExpandBUILD_VECTOR() 1906 Type *OpNTy = EltVT.getTypeForEVT(*DAG.getContext()); in ExpandBUILD_VECTOR() 1969 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 1980 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2032 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2040 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() 2068 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() [all …]
|
D | LegalizeTypes.cpp | 1038 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() 1048 Type *RetTy = Node->getValueType(0).getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall()
|
D | SelectionDAG.cpp | 970 VT.getTypeForEVT(*getContext()); in getEVTAlignment() 1914 VT.getTypeForEVT(*getContext())), in expandVAArg() 1940 Type *Ty = VT.getTypeForEVT(*getContext()); in CreateStackTemporary() 1950 Type *Ty1 = VT1.getTypeForEVT(*getContext()); in CreateStackTemporary() 1951 Type *Ty2 = VT2.getTypeForEVT(*getContext()); in CreateStackTemporary() 5118 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in getMemsetStringVal() 5331 Type *Ty = MemOps[0].getTypeForEVT(C); in getMemcpyLoadsAndStores() 5511 Type *Ty = MemOps[0].getTypeForEVT(C); in getMemmoveLoadsAndStores() 5610 Type *Ty = MemOps[0].getTypeForEVT(*DAG.getContext()); in getMemsetStores() 5736 Dst.getValueType().getTypeForEVT(*getContext()), in getMemcpy() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 337 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerDivRem() 366 Entry.Ty = Value.getValueType().getTypeForEVT(*DAG.getContext()); in LowerDivRem() 989 TD->getTypeAllocSize(EVT(LocVT).getTypeForEVT(CCInfo.getContext())), in analyzeStandardArguments() 991 EVT(LocVT).getTypeForEVT(CCInfo.getContext()))); in analyzeStandardArguments()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ValueTypes.h | 663 Type *getTypeForEVT(LLVMContext &Context) const;
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 402 getABITypeAlignment(LD->getMemoryVT().getTypeForEVT(*DAG.getContext())); in LowerLOAD() 502 getABITypeAlignment(ST->getMemoryVT().getTypeForEVT(*DAG.getContext())); in LowerSTORE() 1490 ST->getMemoryVT().getTypeForEVT(*DCI.DAG.getContext())); in PerformDAGCombine()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenCallingConv.inc | 469 …State.getMachineFunction().getDataLayout().getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getCont… 994 …State.getMachineFunction().getDataLayout().getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getCont… 995 …State.getMachineFunction().getDataLayout().getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getC… 1612 …State.getMachineFunction().getDataLayout().getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getCont… 1613 …State.getMachineFunction().getDataLayout().getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getC… 2074 …State.getMachineFunction().getDataLayout().getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getCont… 2075 …State.getMachineFunction().getDataLayout().getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getC… 2506 …State.getMachineFunction().getDataLayout().getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getCont… 2507 …State.getMachineFunction().getDataLayout().getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getC…
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 353 Type *Ty = VT.getTypeForEVT(*DAG.getContext()); in LowerCall()
|