Home
last modified time | relevance | path

Searched refs:createFastISel (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelLowering.h377 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
573 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DARMFastISel.cpp2962 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::ARM
DARMISelLowering.cpp1090 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in ARMTargetLowering
1092 return ARM::createFastISel(funcInfo, libInfo); in createFastISel()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h707 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
938 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
DX86FastISel.cpp2305 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in llvm::X86
DX86ISelLowering.cpp3019 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() function in X86TargetLowering
3021 return X86::createFastISel(funcInfo, libInfo); in createFastISel()
/external/llvm/include/llvm/Target/
DTargetLowering.h2101 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1004 FastIS = TLI.createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()