Home
last modified time | relevance | path

Searched defs:FastISel (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h41 class FastISel; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp971 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h857 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
H A DTargetLowering.h71 class FastISel; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h40 class FastISel; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1890 FastISel::FastISel(FunctionLoweringInfo &FuncInfo, in FastISel() function in FastISel
H A DSelectionDAGBuilder.cpp10733 static bool isOnlyUsedInEntryBlock(const Argument *A, bool FastISel) { in isOnlyUsedInEntryBlock()