Searched defs:createFastISel (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp78 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:WebAssembly
H A DWebAssemblyISelLowering.cpp193 FastISel *WebAssemblyTargetLowering::createFastISel( function in class:WebAssemblyTargetLowering
195 return WebAssembly::createFastISel(FuncInfo, LibInfo);
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1881 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::Mips
H A DMipsISelLowering.cpp456 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:MipsTargetLowering
459 return TargetLowering::createFastISel(funcInfo, libInfo);
460 return Mips::createFastISel(funcInfo, libInfo);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2339 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:llvm::PPC
H A DPPCISelLowering.cpp11589 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:PPCTargetLowering
11591 return PPC::createFastISel(FuncInfo, LibInfo);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp3063 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::ARM
H A DARMISelLowering.cpp1272 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:ARMTargetLowering
1274 return ARM::createFastISel(funcInfo, libInfo);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp3604 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::X86
H A DX86ISelLowering.cpp3879 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:X86TargetLowering
3881 return X86::createFastISel(funcInfo, libInfo);
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4959 llvm::FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:llvm::AArch64
H A DAArch64ISelLowering.cpp829 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:AArch64TargetLowering
831 return AArch64::createFastISel(funcInfo, libInfo);

Completed in 563 milliseconds