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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h55 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
125 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DWebAssemblyISelLowering.cpp316 FastISel *WebAssemblyTargetLowering::createFastISel( function in class:WebAssemblyTargetLowering
318 return WebAssembly::createFastISel(FuncInfo, LibInfo);
H A DWebAssemblyFastISel.cpp1398 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:WebAssembly
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h359 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
821 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DAArch64FastISel.cpp5242 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:llvm::AArch64
H A DAArch64ISelLowering.cpp1227 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:AArch64TargetLowering
1229 return AArch64::createFastISel(funcInfo, libInfo);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h273 /// createFastISel - This method returns a target specific FastISel object,
275 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
724 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DMipsFastISel.cpp2154 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::Mips
H A DMipsISelLowering.cpp540 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:MipsTargetLowering
556 return UseFastISel ? Mips::createFastISel(funcInfo, libInfo) : nullptr;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h493 /// createFastISel - This method returns a target specific FastISel object,
495 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
856 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMFastISel.cpp3079 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::ARM
H A DARMISelLowering.cpp1759 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:ARMTargetLowering
1761 return ARM::createFastISel(funcInfo, libInfo);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h932 /// createFastISel - This method returns a target-specific FastISel object,
934 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
1253 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
H A DPPCFastISel.cpp2462 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:llvm::PPC
H A DPPCISelLowering.cpp15371 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:PPCTargetLowering
15373 return PPC::createFastISel(FuncInfo, LibInfo);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1209 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp4009 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::X86
H A DX86ISelLowering.cpp4659 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo,
4661 return X86::createFastISel(funcInfo, libInfo);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3836 virtual FastISel *createFastISel(FunctionLoweringInfo &, function in class:llvm::TargetLoweringBase::TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1361 FastIS = TLI->createFastISel(*FuncInfo, LibInfo);

Completed in 745 milliseconds