Home
last modified time | relevance | path

Searched refs:ArgumentStackToRestore (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h126 unsigned ArgumentStackToRestore = 0; variable
220 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
221 void setArgumentStackToRestore(unsigned v) { ArgumentStackToRestore = v; } in setArgumentStackToRestore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h55 unsigned ArgumentStackToRestore = 0; variable
237 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } in getArgumentStackToRestore()
239 ArgumentStackToRestore = bytes; in setArgumentStackToRestore()
H A DAArch64FrameLowering.cpp2205 int64_t ArgumentStackToRestore = getArgumentStackToRestore(MF, MBB); in emitEpilogue() local
2210 int64_t AfterCSRPopSize = ArgumentStackToRestore; in emitEpilogue()