OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCalculatedStackSizeSVE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h
124
///
HasCalculatedStackSizeSVE
indicates whether StackSizeSVE is valid.
125
bool
HasCalculatedStackSizeSVE
= false;
194
bool
hasCalculatedStackSizeSVE
() const { return
HasCalculatedStackSizeSVE
; }
197
HasCalculatedStackSizeSVE
= true;
AArch64RegisterInfo.cpp
403
if (!AFI->
hasCalculatedStackSizeSVE
() || AFI->getStackSizeSVE())
449
AFI->
hasCalculatedStackSizeSVE
()) &&
Completed in 42 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026