Searched refs:createFastISel (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 377 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 573 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | ARMFastISel.cpp | 2962 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
|
D | ARMISelLowering.cpp | 1090 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering 1092 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 707 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo, 938 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
D | X86FastISel.cpp | 2305 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
|
D | X86ISelLowering.cpp | 3019 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering 3021 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2101 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1004 FastIS = TLI.createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
|