Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h48 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
109 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DWebAssemblyISelLowering.cpp270 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering
272 return WebAssembly::createFastISel(FuncInfo, LibInfo); in createFastISel()
H A DWebAssemblyFastISel.cpp1399 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h276 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
719 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DMipsFastISel.cpp2149 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
H A DMipsISelLowering.cpp540 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering
555 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr; in createFastISel()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h285 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
724 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DAArch64FastISel.cpp5185 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::AArch64
H A DAArch64ISelLowering.cpp1081 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering
1083 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h470 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
819 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMFastISel.cpp3086 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
H A DARMISelLowering.cpp1455 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering
1457 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h860 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
1167 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
H A DPPCFastISel.cpp2469 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
H A DPPCISelLowering.cpp14276 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering
14278 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1095 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1406 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp4034 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
H A DX86ISelLowering.cpp4497 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering
4499 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3502 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1542 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()