OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnableFastISelOption
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CGPassBuilderOption.h
56
Optional<bool>
EnableFastISelOption
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp
146
EnableFastISelOption
("fast-isel", cl::Hidden,
436
SET_OPTION(
EnableFastISelOption
)
971
TM->setO0WantsFastISel(
EnableFastISelOption
!= cl::BOU_FALSE);
977
if (
EnableFastISelOption
== cl::BOU_TRUE)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h
754
TM.setO0WantsFastISel(Opt.
EnableFastISelOption
.getValueOr(true));
760
if (Opt.
EnableFastISelOption
&& *Opt.
EnableFastISelOption
== true)
Completed in 70 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026