Searched refs:ArgumentStackToRestore (Results 1 – 3 of 3) sorted by relevance
124 /// ArgumentStackToRestore - amount of bytes on stack consumed that we must126 unsigned ArgumentStackToRestore = 0;220 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in initPICLabelUId() 221 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; }121 unsigned ArgumentStackToRestore = 0; global() variable
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()