reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

lib/Target/AArch64/AArch64FastISel.cpp
   79 class AArch64FastISel final : public FastISel {
lib/Target/ARM/ARMFastISel.cpp
  108 class ARMFastISel final : public FastISel {
lib/Target/Mips/MipsFastISel.cpp
   82 class MipsFastISel final : public FastISel {
lib/Target/PowerPC/PPCFastISel.cpp
   86 class PPCFastISel final : public FastISel {
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
   48 class WebAssemblyFastISel final : public FastISel {
lib/Target/X86/X86FastISel.cpp
   47 class X86FastISel final : public FastISel {

Declarations

include/llvm/CodeGen/SelectionDAGISel.h
   26 class FastISel;
include/llvm/CodeGen/TargetLowering.h
   72 class FastISel;
lib/Target/ARM/ARMISelLowering.h
   39 class FastISel;
lib/Target/Mips/MipsISelLowering.h
   45 class FastISel;

References

include/llvm/CodeGen/TargetLowering.h
 3822   virtual FastISel *createFastISel(FunctionLoweringInfo &,
lib/CodeGen/SelectionDAG/FastISel.cpp
  566 FastISel::SavePoint FastISel::enterLocalValueArea() {
  894 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee(
 1083 static AttributeList getReturnAttrs(FastISel::CallLoweringInfo &CLI) {
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 1339   FastISel *FastIS = nullptr;
lib/Target/AArch64/AArch64FastISel.cpp
   79 class AArch64FastISel final : public FastISel {
 5232 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo,
lib/Target/AArch64/AArch64ISelLowering.h
  308   FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
  766 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
lib/Target/ARM/ARMFastISel.cpp
  108 class ARMFastISel final : public FastISel {
 3075   FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo,
lib/Target/ARM/ARMISelLowering.h
  493     FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
  861     FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
lib/Target/Mips/MipsFastISel.cpp
   82 class MipsFastISel final : public FastISel {
 2154 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo,
lib/Target/Mips/MipsISelLowering.h
  275     FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
  724 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
lib/Target/PowerPC/PPCFastISel.cpp
   86 class PPCFastISel final : public FastISel {
 2462   FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo,
lib/Target/PowerPC/PPCISelLowering.h
  917     FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
 1232     FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
   48 class WebAssemblyFastISel final : public FastISel {
 1398 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo,
lib/Target/WebAssembly/WebAssemblyISelLowering.h
   47   FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
  116 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
lib/Target/X86/X86FastISel.cpp
   47 class X86FastISel final : public FastISel {
 4008   FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo,
lib/Target/X86/X86ISelLowering.h
 1185     FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
 1515     FastISel *createFastISel(FunctionLoweringInfo &funcInfo,