Searched defs:createFastISel (Results 1 - 12 of 12) sorted by relevance
/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 78 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:WebAssembly
|
H A D | WebAssemblyISelLowering.cpp | 193 FastISel *WebAssemblyTargetLowering::createFastISel( function in class:WebAssemblyTargetLowering 195 return WebAssembly::createFastISel(FuncInfo, LibInfo);
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1881 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::Mips
|
H A D | MipsISelLowering.cpp | 456 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 D | PPCFastISel.cpp | 2339 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:llvm::PPC
|
H A D | PPCISelLowering.cpp | 11589 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:PPCTargetLowering 11591 return PPC::createFastISel(FuncInfo, LibInfo);
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 3063 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::ARM
|
H A D | ARMISelLowering.cpp | 1272 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:ARMTargetLowering 1274 return ARM::createFastISel(funcInfo, libInfo);
|
/external/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 3604 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::X86
|
H A D | X86ISelLowering.cpp | 3879 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:X86TargetLowering 3881 return X86::createFastISel(funcInfo, libInfo); [all...] |
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 4959 llvm::FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:llvm::AArch64
|
H A D | AArch64ISelLowering.cpp | 829 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:AArch64TargetLowering 831 return AArch64::createFastISel(funcInfo, libInfo);
|
Completed in 414 milliseconds