HomeSort by: relevance | last modified time | path
    Searched refs:GlobalISelAbort (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 223 GlobalISelAbortMode GlobalISelAbort = GlobalISelAbortMode::Enable;
TargetMachine.h 245 Options.GlobalISelAbort = Mode;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h 122 TM.Options.GlobalISelAbort = *Opt.EnableGlobalISelAbort;
259 return TM.Options.GlobalISelAbort == GlobalISelAbortMode::Enable;
266 return TM.Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp 593 TM.Options.GlobalISelAbort = EnableGlobalISelAbort;
1474 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::Enable;
1478 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag;

Completed in 21 milliseconds