OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalISelAbortMode
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CGPassBuilderOption.h
53
Optional<
GlobalISelAbortMode
> EnableGlobalISelAbort;
TargetOptions.h
107
enum class
GlobalISelAbortMode
{
223
GlobalISelAbortMode
GlobalISelAbort =
GlobalISelAbortMode
::Enable;
TargetMachine.h
244
void setGlobalISelAbort(
GlobalISelAbortMode
Mode) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp
159
static cl::opt<
GlobalISelAbortMode
> EnableGlobalISelAbort(
164
clEnumValN(
GlobalISelAbortMode
::Disable, "0", "Disable the abort"),
165
clEnumValN(
GlobalISelAbortMode
::Enable, "1", "Enable the abort"),
166
clEnumValN(
GlobalISelAbortMode
::DisableWithDiag, "2",
1474
return TM->Options.GlobalISelAbort ==
GlobalISelAbortMode
::Enable;
1478
return TM->Options.GlobalISelAbort ==
GlobalISelAbortMode
::DisableWithDiag;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h
259
return TM.Options.GlobalISelAbort ==
GlobalISelAbortMode
::Enable;
266
return TM.Options.GlobalISelAbort ==
GlobalISelAbortMode
::DisableWithDiag;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp
327
setGlobalISelAbort(
GlobalISelAbortMode
::Disable);
Completed in 67 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026