Searched refs:isGlobalISelAbortEnabled (Results 1 – 5 of 5) sorted by relevance
185 if (!R.getLocation().isValid() || TPC.isGlobalISelAbortEnabled()) in reportGISelFailure()188 if (TPC.isGlobalISelAbortEnabled()) in reportGISelFailure()202 if (TPC.isGlobalISelAbortEnabled() || MORE.allowExtraAnalysis(PassName)) in reportGISelFailure()
311 if (!BestMapping && !TPC->isGlobalISelAbortEnabled()) { in findBestMapping()
104 if (!R.getLocation().isValid() || TPC.isGlobalISelAbortEnabled()) in INITIALIZE_PASS_DEPENDENCY()107 if (TPC.isGlobalISelAbortEnabled()) in INITIALIZE_PASS_DEPENDENCY()
312 bool isGlobalISelAbortEnabled() const;
813 reportDiagnosticWhenGlobalISelFallback(), isGlobalISelAbortEnabled())); in addCoreISelPasses()817 if (!isGlobalISelAbortEnabled() && addInstSelector()) in addCoreISelPasses()1226 bool TargetPassConfig::isGlobalISelAbortEnabled() const { in isGlobalISelAbortEnabled() function in TargetPassConfig