Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h125 unsigned ArgumentStackToRestore = 0; variable
204 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
205 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; } in setArgumentStackToRestore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h55 unsigned ArgumentStackToRestore = 0; variable
184 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
186 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
H A DAArch64FrameLowering.cpp1687 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local
1722 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()