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()
55 unsigned ArgumentStackToRestore = 0; variable237 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()239 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
2205 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local2210 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()