Home
last modified time | relevance | path

Searched defs:createFastISel (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1440 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, createFastISel() function in WebAssembly
H A DWebAssemblyISelLowering.cpp432 FastISel *WebAssemblyTargetLowering::createFastISel( createFastISel() function in WebAssemblyTargetLowering
/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp2143 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in llvm::Mips
H A DMipsISelLowering.cpp560 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in MipsTargetLowering
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2470 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, createFastISel() function in llvm::PPC
H A DPPCISelLowering.cpp17625 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, createFastISel() function in PPCTargetLowering
/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp3081 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in llvm::ARM
H A DARMISelLowering.cpp1980 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in ARMTargetLowering
/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp4068 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in llvm::X86
H A DX86ISelLowering.cpp2636 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in X86TargetLowering
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5188 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, createFastISel() function in AArch64
H A DAArch64ISelLowering.cpp2504 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in AArch64TargetLowering
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4904 virtual FastISel *createFastISel(FunctionLoweringInfo &, createFastISel() function