OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasArithmeticCbzFusion
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h
227
bool
HasArithmeticCbzFusion
= false;
385
bool
hasArithmeticCbzFusion
() const { return
HasArithmeticCbzFusion
; }
396
return hasArithmeticBccFusion() ||
hasArithmeticCbzFusion
() ||
AArch64MacroFusion.cpp
394
if (ST.
hasArithmeticCbzFusion
() && isArithmeticCbzPair(FirstMI, SecondMI))
Completed in 17 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026