Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1432 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, createFastISel() function in WebAssembly
H A DWebAssemblyISelLowering.cpp420 FastISel *WebAssemblyTargetLowering::createFastISel( createFastISel() function in WebAssemblyTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2466 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, createFastISel() function in llvm::PPC
H A DPPCISelLowering.cpp17410 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, createFastISel() function in PPCTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp2143 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
H A DMipsISelLowering.cpp534 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in MipsTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp3082 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in llvm::ARM
H A DARMISelLowering.cpp1958 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in ARMTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp4068 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in llvm::X86
H A DX86ISelLowering.cpp2550 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in X86TargetLowering
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5178 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, createFastISel() function in AArch64
H A DAArch64ISelLowering.cpp2340 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, createFastISel() function in AArch64TargetLowering
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4754 virtual FastISel *createFastISel(FunctionLoweringInfo &, createFastISel() function