Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DBackEnds.rst198 FastISel section in LLVM BackEnds
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h43 class FastISel; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h757 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
H A DTargetLowering.h70 class FastISel; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp974 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h39 class FastISel; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1809 FastISel::FastISel(FunctionLoweringInfo &FuncInfo, in FastISel() function in FastISel
H A DSelectionDAGBuilder.cpp9804 static bool isOnlyUsedInEntryBlock(const Argument *A, bool FastISel) { in isOnlyUsedInEntryBlock()