Searched defs:getArgumentStackToRestore (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMMachineFunctionInfo.h | 220 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } getArgumentStackToRestore() function |
H A D | ARMFrameLowering.cpp | 253 static int getArgumentStackToRestore(MachineFunction &MF, getArgumentStackToRestore() function |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64MachineFunctionInfo.h | 263 unsigned getArgumentStackToRestore() const { return ArgumentStackToRestore; } getArgumentStackToRestore() function |
H A D | AArch64FrameLowering.cpp | 264 static int64_t getArgumentStackToRestore(MachineFunction &MF, getArgumentStackToRestore() function |