Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1432 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in WebAssembly
H A DWebAssemblyISelLowering.cpp407 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel() function in WebAssemblyTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp2143 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
H A DMipsISelLowering.cpp521 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2466 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
H A DPPCISelLowering.cpp17061 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp3082 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
H A DARMISelLowering.cpp1937 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp4011 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
H A DX86ISelLowering.cpp5324 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5144 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in AArch64
H A DAArch64ISelLowering.cpp2279 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4566 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function