Searched refs:ArgumentStackToRestore (Results 1 – 3 of 3) sorted by relevance
128 unsigned ArgumentStackToRestore = 0; variable225 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()226 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; } in setArgumentStackToRestore()
54 unsigned ArgumentStackToRestore = 0; variable214 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()216 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
1961 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local1966 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()