Lines Matching refs:FastISel
1 //===-- ARMFastISel.cpp - ARM FastISel implementation ---------------------===//
10 // This file defines the ARM-specific support for the FastISel class. Some
25 #include "llvm/CodeGen/FastISel.h"
76 class ARMFastISel : public FastISel {
93 : FastISel(funcInfo, libInfo),
103 // Code from FastISel.cpp.
143 // Backend specific FastISel code.
632 // FastISel TLS support on non-Darwin is broken, punt to SelectionDAG.
798 // Some boilerplate from the X86 FastISel.
3071 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo,
3084 // to keep their FP when doing FastISel. The emitted code is
3086 // FastISel isn't quite correct when FP is eliminated.