OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGlobalISelAbortEnabled
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h
258
bool
isGlobalISelAbortEnabled
() const {
264
/// when GlobalISel failed and
isGlobalISelAbortEnabled
is false.
806
isGlobalISelAbortEnabled
()));
810
if (!
isGlobalISelAbortEnabled
())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp
1007
if (Selector != SelectorType::GlobalISel || !
isGlobalISelAbortEnabled
())
1035
reportDiagnosticWhenGlobalISelFallback(),
isGlobalISelAbortEnabled
()));
1039
if (!
isGlobalISelAbortEnabled
() && addInstSelector())
1473
bool TargetPassConfig::
isGlobalISelAbortEnabled
() const {
Completed in 37 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026