Home
last modified time | relevance | path

Searched refs:DisableWithDiag (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Target/ !
H A DTargetOptions.h110 DisableWithDiag // Disable the abort but emit a diagnostic on failure. enumerator
/src/contrib/llvm-project/llvm/lib/Target/ !
H A DTargetMachineC.cpp274 AM = GlobalISelAbortMode::DisableWithDiag; in LLVMSetTargetMachineGlobalISelAbort()
/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DTargetPassConfig.cpp172 clEnumValN(GlobalISelAbortMode::DisableWithDiag, "2",
1547 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()
/src/contrib/llvm-project/llvm/include/llvm/Passes/ !
H A DCodeGenPassBuilder.h275 return TM.Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()