Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h254 GlobalISelAbortMode GlobalISelAbort = GlobalISelAbortMode::Enable; variable
H A DTargetMachine.h267 Options.GlobalISelAbort = Mode; in setGlobalISelAbort()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h134 TM.Options.GlobalISelAbort = *Opt.EnableGlobalISelAbort; in CodeGenPassBuilder()
268 return TM.Options.GlobalISelAbort == GlobalISelAbortMode::Enable; in isGlobalISelAbortEnabled()
275 return TM.Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp598 TM.Options.GlobalISelAbort = EnableGlobalISelAbort; in TargetPassConfig()
1543 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::Enable; in isGlobalISelAbortEnabled()
1547 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()