Lines Matching defs:GlobalISel
162 // FIXME: remove this after switching to NPM or GlobalISel, whichever gets there
983 enum class SelectorType { SelectionDAG, FastISel, GlobalISel };
991 Selector = SelectorType::GlobalISel;
1002 } else if (Selector == SelectorType::GlobalISel) {
1013 // pass manager into two. GlobalISel with the fallback path disabled
1014 // and -run-pass seem to be unaffected. The majority of GlobalISel
1017 if (Selector != SelectorType::GlobalISel || !isGlobalISelAbortEnabled())
1021 if (Selector == SelectorType::GlobalISel) {
1046 if (Selector == SelectorType::GlobalISel)
1052 if (Selector != SelectorType::GlobalISel || !isGlobalISelAbortEnabled())
1550 /// GlobalISel Configuration