/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 269 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 512 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | AArch64ISelLowering.cpp | 774 AArch64TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in AArch64TargetLowering 776 return AArch64::createFastISel(funcInfo, libInfo); in createFastISel()
|
D | AArch64FastISel.cpp | 4972 llvm::FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::AArch64
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 371 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 614 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | ARMFastISel.cpp | 3062 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
|
D | ARMISelLowering.cpp | 1177 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering 1179 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 227 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 564 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | MipsFastISel.cpp | 1454 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::Mips
|
D | MipsISelLowering.cpp | 438 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in MipsTargetLowering 441 return TargetLowering::createFastISel(funcInfo, libInfo); in createFastISel() 442 return Mips::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 839 FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 1081 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | X86FastISel.cpp | 3527 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
|
D | X86ISelLowering.cpp | 3468 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering 3470 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 617 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 838 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
|
D | PPCFastISel.cpp | 2320 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in llvm::PPC
|
D | PPCISelLowering.cpp | 11248 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel() function in PPCTargetLowering 11250 return PPC::createFastISel(FuncInfo, LibInfo); in createFastISel()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2522 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1158 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
|