Searched refs:GlobalISelAbortMode (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 100 enum class GlobalISelAbortMode { enum 205 GlobalISelAbortMode GlobalISelAbort = GlobalISelAbortMode::Enable;
|
D | TargetMachine.h | 231 void setGlobalISelAbort(GlobalISelAbortMode Mode) { in setGlobalISelAbort()
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetOptions.h | 116 enum class GlobalISelAbortMode { enum 227 GlobalISelAbortMode GlobalISelAbort = GlobalISelAbortMode::Enable;
|
D | TargetMachine.h | 233 void setGlobalISelAbort(GlobalISelAbortMode Mode) { in setGlobalISelAbort()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 142 static cl::opt<GlobalISelAbortMode> EnableGlobalISelAbort( 147 clEnumValN(GlobalISelAbortMode::Disable, "0", "Disable the abort"), 148 clEnumValN(GlobalISelAbortMode::Enable, "1", "Enable the abort"), 149 clEnumValN(GlobalISelAbortMode::DisableWithDiag, "2", 1227 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::Enable; in isGlobalISelAbortEnabled() 1231 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 150 static cl::opt<GlobalISelAbortMode> EnableGlobalISelAbort( 155 clEnumValN(GlobalISelAbortMode::Disable, "0", "Disable the abort"), 156 clEnumValN(GlobalISelAbortMode::Enable, "1", "Enable the abort"), 157 clEnumValN(GlobalISelAbortMode::DisableWithDiag, "2", 1291 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::Enable; in isGlobalISelAbortEnabled() 1295 return TM->Options.GlobalISelAbort == GlobalISelAbortMode::DisableWithDiag; in reportDiagnosticWhenGlobalISelFallback()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.cpp | 308 setGlobalISelAbort(GlobalISelAbortMode::Disable); in AArch64TargetMachine()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.cpp | 323 setGlobalISelAbort(GlobalISelAbortMode::Disable); in AArch64TargetMachine()
|