Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
87 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DWebAssemblyFastISel.cpp78 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
DWebAssemblyISelLowering.cpp193 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering
195 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h258 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
554 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DAArch64FastISel.cpp4959 llvm::FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::AArch64
DAArch64ISelLowering.cpp829 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering
831 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h396 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
672 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DARMFastISel.cpp3063 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
DARMISelLowering.cpp1272 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering
1274 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h231 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
595 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DMipsISelLowering.cpp456 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering
459 return TargetLowering::createFastISel(funcInfo, libInfo); in createFastISel()
460 return Mips::createFastISel(funcInfo, libInfo); in createFastISel()
DMipsFastISel.cpp1881 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h648 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
880 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
DPPCFastISel.cpp2339 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
DPPCISelLowering.cpp11589 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering
11591 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h911 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1157 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DX86FastISel.cpp3604 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
DX86ISelLowering.cpp3879 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering
3881 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
/external/llvm/include/llvm/Target/
DTargetLowering.h2620 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1153 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()