Home
last modified time | relevance | path

Searched refs:isGlobalISelAbortEnabled (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp185 if (!R.getLocation().isValid() || TPC.isGlobalISelAbortEnabled()) in reportGISelFailure()
188 if (TPC.isGlobalISelAbortEnabled()) in reportGISelFailure()
202 if (TPC.isGlobalISelAbortEnabled() || MORE.allowExtraAnalysis(PassName)) in reportGISelFailure()
DRegBankSelect.cpp311 if (!BestMapping && !TPC->isGlobalISelAbortEnabled()) { in findBestMapping()
DIRTranslator.cpp104 if (!R.getLocation().isValid() || TPC.isGlobalISelAbortEnabled()) in INITIALIZE_PASS_DEPENDENCY()
107 if (TPC.isGlobalISelAbortEnabled()) in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h312 bool isGlobalISelAbortEnabled() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp813 reportDiagnosticWhenGlobalISelFallback(), isGlobalISelAbortEnabled())); in addCoreISelPasses()
817 if (!isGlobalISelAbortEnabled() && addInstSelector()) in addCoreISelPasses()
1226 bool TargetPassConfig::isGlobalISelAbortEnabled() const { in isGlobalISelAbortEnabled() function in TargetPassConfig