Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/docs/TableGen/
H A DBackEnds.rst198 FastISel section in LLVM BackEnds
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h43 class FastISel; variable
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h739 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
H A DTargetLowering.h69 class FastISel; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1002 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h40 class FastISel; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1812 FastISel::FastISel(FunctionLoweringInfo &FuncInfo, in FastISel() function in FastISel
H A DSelectionDAGBuilder.cpp10332 static bool isOnlyUsedInEntryBlock(const Argument *A, bool FastISel) { in isOnlyUsedInEntryBlock()