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.h124 /// ArgumentStackToRestore - amount of bytes on stack consumed that we must
126 unsigned ArgumentStackToRestore = 0;
220 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in initPICLabelUId()
221 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; }
121 unsigned ArgumentStackToRestore = 0; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h61 unsigned ArgumentStackToRestore = 0; variable
269 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
271 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
H A DAArch64FrameLowering.cpp2321 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local
2326 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()