Searched refs:ArgumentStackToRestore (Results 1 – 3 of 3) sorted by relevance
126 unsigned ArgumentStackToRestore = 0; variable220 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()221 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; } in setArgumentStackToRestore()
61 unsigned ArgumentStackToRestore = 0; variable269 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()271 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
2321 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local2326 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()