Searched defs:FastISel (Results 1 – 7 of 7) sorted by relevance
26 class FastISel; variable
74 class FastISel; variable
765 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
39 class FastISel; variable
45 class FastISel; variable
1923 FastISel::FastISel(FunctionLoweringInfo &FuncInfo, in FastISel() function in FastISel
9451 static bool isOnlyUsedInEntryBlock(const Argument *A, bool FastISel) { in isOnlyUsedInEntryBlock()