Searched refs:ArgumentStackToRestore (Results 1 – 5 of 5) sorted by relevance
42 unsigned ArgumentStackToRestore; variable92 : BytesInStackArgArea(0), ArgumentStackToRestore(0), HasStackFrame(false), in AArch64FunctionInfo()99 : BytesInStackArgArea(0), ArgumentStackToRestore(0), HasStackFrame(false), in AArch64FunctionInfo()110 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()112 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
128 unsigned ArgumentStackToRestore = 0; variable225 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()226 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; } in setArgumentStackToRestore()
48 unsigned ArgumentStackToRestore = 0; variable144 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()146 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
54 unsigned ArgumentStackToRestore = 0; variable214 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()216 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
1960 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local1965 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()