Searched defs:FastISel (Results 1 – 8 of 8) sorted by relevance
198 FastISel section in LLVM BackEnds
43 class FastISel; variable
739 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
69 class FastISel; variable
1002 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
40 class FastISel; variable
1812 FastISel::FastISel(FunctionLoweringInfo &FuncInfo, in FastISel() function in FastISel
10332 static bool isOnlyUsedInEntryBlock(const Argument *A, bool FastISel) { in isOnlyUsedInEntryBlock()