Home
last modified time | relevance | path

Searched refs:ArgumentStackToRestore (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h126 unsigned ArgumentStackToRestore = 0; variable
223 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
224 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; } in setArgumentStackToRestore()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h56 unsigned ArgumentStackToRestore = 0; variable
206 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
208 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
H A DAArch64FrameLowering.cpp1933 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local
1938 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()