OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStackRealigned
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h
206
bool
isStackRealigned
() const { return StackRealigned; }
AArch64FrameLowering.cpp
1847
if (AFI->
isStackRealigned
()) {
1912
if (!IsFunclet && (MFI.hasVarSizedObjects() || AFI->
isStackRealigned
())) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h
392
bool
IsStackRealigned
= false;
800
bool
isStackRealigned
() const {
801
return
IsStackRealigned
;
805
IsStackRealigned
= Realigned;
AMDGPUAsmPrinter.cpp
750
if (MFI->
isStackRealigned
())
SIFrameLowering.cpp
978
uint32_t RoundedSize = FuncInfo->
isStackRealigned
()
Completed in 31 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026