Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h85 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
164 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DWebAssemblyFastISel.cpp1431 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
H A DWebAssemblyISelLowering.cpp378 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering
380 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h587 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
981 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMFastISel.cpp3076 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
H A DARMISelLowering.cpp1879 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering
1881 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1063 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
1415 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
H A DPPCFastISel.cpp2468 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
H A DPPCISelLowering.cpp16430 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering
16432 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h537 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1123 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DAArch64FastISel.cpp5103 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in AArch64
H A DAArch64ISelLowering.cpp1882 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering
1884 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1355 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1673 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp4011 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
H A DX86ISelLowering.cpp4827 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering
4829 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4118 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1378 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()