Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h54 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
133 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DWebAssemblyISelLowering.cpp338 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering
340 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
H A DWebAssemblyFastISel.cpp1430 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h273 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
711 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DMipsFastISel.cpp2149 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
H A DMipsISelLowering.cpp539 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering
555 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr; in createFastISel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h574 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
965 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMFastISel.cpp3073 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
H A DARMISelLowering.cpp1861 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering
1863 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1046 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
1393 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
H A DPPCFastISel.cpp2468 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
H A DPPCISelLowering.cpp16319 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering
16321 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1355 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1673 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp3985 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
H A DX86ISelLowering.cpp4830 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering
4832 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1099 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DAArch64FastISel.cpp5098 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in AArch64
H A DAArch64ISelLowering.cpp1812 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering
1814 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4090 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1369 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()