Searched refs:ArgumentStackToRestore (Results 1 – 3 of 3) sorted by relevance
128 unsigned ArgumentStackToRestore = 0; variable226 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()227 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; } in setArgumentStackToRestore()
62 unsigned ArgumentStackToRestore = 0; variable293 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()295 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
2515 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local2520 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()