Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h51 virtual int getReturnFunctionAddressRegister() = 0;
84 int getReturnFunctionAddressRegister() final { return SystemZ::R7D; }; in getReturnFunctionAddressRegister() function
109 int getReturnFunctionAddressRegister() final { return SystemZ::R14D; }; in getReturnFunctionAddressRegister() function
H A DSystemZFrameLowering.cpp945 if (MRI.isPhysRegModified(Regs->getReturnFunctionAddressRegister())) in isXPLeafCandidate()
988 CSI.push_back(CalleeSavedInfo(Regs.getReturnFunctionAddressRegister())); in assignCalleeSavedSpillSlots()
H A DSystemZInstrInfo.cpp63 RI(sti.getSpecialRegisters()->getReturnFunctionAddressRegister()), in SystemZInstrInfo()