Lines Matching refs:FastISel
1 //===-- ARMFastISel.cpp - ARM FastISel implementation ---------------------===//
10 // This file defines the ARM-specific support for the FastISel class. Some
26 #include "llvm/CodeGen/FastISel.h"
75 class ARMFastISel final : public FastISel {
93 : FastISel(funcInfo, libInfo),
104 // Code from FastISel.cpp.
131 // Backend specific FastISel code.
589 // FastISel TLS support on non-MachO is broken, punt to SelectionDAG.
595 // Non-darwin targets only support static movt relocations in FastISel.
757 // Some boilerplate from the X86 FastISel.
3063 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo,