HomeSort by: relevance | last modified time | path
    Searched defs:isGlobalISelAbortEnabled (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h 258 bool isGlobalISelAbortEnabled() const {
264 /// when GlobalISel failed and isGlobalISelAbortEnabled is false.
806 isGlobalISelAbortEnabled()));
810 if (!isGlobalISelAbortEnabled())
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp 1007 if (Selector != SelectorType::GlobalISel || !isGlobalISelAbortEnabled())
1035 reportDiagnosticWhenGlobalISelFallback(), isGlobalISelAbortEnabled()));
1039 if (!isGlobalISelAbortEnabled() && addInstSelector())
1473 bool TargetPassConfig::isGlobalISelAbortEnabled() const {

Completed in 37 milliseconds