Home
last modified time | relevance | path

Searched refs:createFastISel (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
92 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DWebAssemblyISelLowering.cpp140 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering
142 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
DWebAssemblyFastISel.cpp1180 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h349 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
DARMFastISel.cpp2114 llvm::FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel() function in llvm::ARM
DARMISelLowering.cpp967 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel() function in ARMTargetLowering
968 return ARM::createFastISel(funcInfo); in createFastISel()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h262 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
582 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DAArch64FastISel.cpp4992 llvm::FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::AArch64
DAArch64ISelLowering.cpp828 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering
830 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h231 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
608 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DMipsISelLowering.cpp452 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering
455 return TargetLowering::createFastISel(funcInfo, libInfo); in createFastISel()
456 return Mips::createFastISel(funcInfo, libInfo); in createFastISel()
DMipsFastISel.cpp1894 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
/external/llvm/lib/Target/ARM/
DARMISelLowering.h401 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
690 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DARMFastISel.cpp3059 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h709 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
982 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
DX86FastISel.cpp2159 llvm::FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel() function in llvm::X86
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h715 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
941 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
DPPCFastISel.cpp2349 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
DPPCISelLowering.cpp12074 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering
12076 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h971 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1236 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DX86FastISel.cpp3782 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1351 virtual FastISel *createFastISel(FunctionLoweringInfo &) const { in createFastISel() function
/external/llvm/include/llvm/Target/
DTargetLowering.h2778 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp829 FastIS = TLI.createFastISel(*FuncInfo); in SelectAllBasicBlocks()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1270 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()

12