Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h128 unsigned ArgumentStackToRestore = 0; variable
226 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
227 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; } in setArgumentStackToRestore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h62 unsigned ArgumentStackToRestore = 0; variable
293 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
295 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
H A DAArch64FrameLowering.cpp2515 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local
2520 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()