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

/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp396 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::Mips
H A DMipsISelLowering.cpp415 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:MipsTargetLowering
418 return TargetLowering::createFastISel(funcInfo, libInfo);
419 return Mips::createFastISel(funcInfo, libInfo);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1990 llvm::FastISel *AArch64::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::AArch64
H A DAArch64ISelLowering.cpp640 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:AArch64TargetLowering
642 return AArch64::createFastISel(funcInfo, libInfo);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2264 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:llvm::PPC
H A DPPCISelLowering.cpp9002 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:PPCTargetLowering
9004 return PPC::createFastISel(FuncInfo, LibInfo);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp3060 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::ARM
H A DARMISelLowering.cpp1093 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:ARMTargetLowering
1095 return ARM::createFastISel(funcInfo, libInfo);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp3371 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::X86
H A DX86ISelLowering.cpp3345 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:X86TargetLowering
3347 return X86::createFastISel(funcInfo, libInfo);

Completed in 532 milliseconds