Searched refs:ArgumentStackToRestore (Results 1 – 3 of 3) sorted by relevance
126 unsigned ArgumentStackToRestore = 0; variable223 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()224 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; } in setArgumentStackToRestore()
56 unsigned ArgumentStackToRestore = 0; variable206 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()208 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
1933 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local1938 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()