Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.h51 virtual int getReturnFunctionAddressRegister() = 0;
84 int getReturnFunctionAddressRegister() final { return SystemZ::R7D; }; in getReturnFunctionAddressRegister() function
111 int getReturnFunctionAddressRegister() final { return SystemZ::R14D; }; in getReturnFunctionAddressRegister() function
HDSystemZFrameLowering.cpp949 if (MRI.isPhysRegModified(Regs->getReturnFunctionAddressRegister())) in isXPLeafCandidate()
992 CSI.push_back(CalleeSavedInfo(Regs.getReturnFunctionAddressRegister())); in assignCalleeSavedSpillSlots()
HDSystemZInstrInfo.cpp63 RI(sti.getSpecialRegisters()->getReturnFunctionAddressRegister()), in SystemZInstrInfo()
HDSystemZISelLowering.cpp3824 Register LinkReg = MF.addLiveIn(CCR->getReturnFunctionAddressRegister(), in lowerRETURNADDR()