Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h205 GlobalISelAbortMode GlobalISelAbort = GlobalISelAbortMode::Enable; variable
DTargetMachine.h232 Options.GlobalISelAbort = Mode; in setGlobalISelAbort()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp422 TM.Options.GlobalISelAbort = EnableGlobalISelAbort; in TargetPassConfig()
1227 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::Enable; in isGlobalISelAbortEnabled()
1231 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()