Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.h50 virtual int getReturnFunctionAddressRegister() = 0;
77 int getReturnFunctionAddressRegister() override final { in getReturnFunctionAddressRegister() function
99 int getReturnFunctionAddressRegister() override final { in getReturnFunctionAddressRegister() function
DSystemZInstrInfo.cpp60 RI(sti.getSpecialRegisters()->getReturnFunctionAddressRegister()), in SystemZInstrInfo()