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

12

/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
92 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DWebAssemblyISelLowering.cpp140 FastISel *WebAssemblyTargetLowering::createFastISel( function in class:WebAssemblyTargetLowering
142 return WebAssembly::createFastISel(FuncInfo, LibInfo);
H A DWebAssemblyFastISel.cpp1180 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:WebAssembly
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.h347 /// createFastISel - This method returns a target specific FastISel object,
349 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
H A DARMFastISel.cpp2114 llvm::FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { function in class:llvm::ARM
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h262 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
582 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DAArch64FastISel.cpp4992 llvm::FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:llvm::AArch64
H A DAArch64ISelLowering.cpp828 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:AArch64TargetLowering
830 return AArch64::createFastISel(funcInfo, libInfo);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h399 /// createFastISel - This method returns a target specific FastISel object,
401 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
690 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMFastISel.cpp3059 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::ARM
H A DARMISelLowering.cpp1289 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:ARMTargetLowering
1291 return ARM::createFastISel(funcInfo, libInfo);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h229 /// createFastISel - This method returns a target specific FastISel object,
231 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
608 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DMipsISelLowering.cpp452 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:MipsTargetLowering
455 return TargetLowering::createFastISel(funcInfo, libInfo);
456 return Mips::createFastISel(funcInfo, libInfo);
H A DMipsFastISel.cpp1894 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::Mips
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.h707 /// createFastISel - This method returns a target specific FastISel object,
709 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
982 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
H A DX86FastISel.cpp2159 llvm::FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) { function in class:llvm::X86
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h713 /// createFastISel - This method returns a target-specific FastISel object,
715 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
941 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
H A DPPCFastISel.cpp2349 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:llvm::PPC
H A DPPCISelLowering.cpp12074 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:PPCTargetLowering
12076 return PPC::createFastISel(FuncInfo, LibInfo);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h971 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1236 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp3782 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::X86
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h1349 /// createFastISel - This method returns a target specific FastISel object,
1351 virtual FastISel *createFastISel(FunctionLoweringInfo &) const {
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2778 virtual FastISel *createFastISel(FunctionLoweringInfo &,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp829 FastIS = TLI.createFastISel(*FuncInfo);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1270 FastIS = TLI->createFastISel(*FuncInfo, LibInfo);

Completed in 489 milliseconds

12