Searched refs:createFastISel (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h372 /// createFastISel - This method returns a target specific FastISel object,
374 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
595 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMFastISel.cpp3137 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::ARM
H A DARMISelLowering.cpp1172 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:ARMTargetLowering
1174 return ARM::createFastISel(funcInfo, libInfo);
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h468 /// createFastISel - This method returns a target-specific FastISel object,
470 virtual FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
635 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
H A DPPCFastISel.cpp2231 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:llvm::PPC
H A DPPCISelLowering.cpp7934 PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo, function in class:PPCTargetLowering
7936 return PPC::createFastISel(FuncInfo, LibInfo);
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h764 /// createFastISel - This method returns a target specific FastISel object,
766 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
990 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp2553 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, function in class:llvm::X86
H A DX86ISelLowering.cpp3245 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, function in class:X86TargetLowering
3247 return X86::createFastISel(funcInfo, libInfo);
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h2125 virtual FastISel *createFastISel(FunctionLoweringInfo &,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp996 FastIS = getTargetLowering()->createFastISel(*FuncInfo, LibInfo);

Completed in 398 milliseconds