Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h78 unsigned GetEhDataReg(unsigned I) const;
H A DMipsABIInfo.cpp118 unsigned MipsABIInfo::GetEhDataReg(unsigned I) const { in GetEhDataReg() function in MipsABIInfo
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp510 if (!MBB.isLiveIn(ABI.GetEhDataReg(I))) in emitPrologue()
511 MBB.addLiveIn(ABI.GetEhDataReg(I)); in emitPrologue()
512 TII.storeRegToStackSlot(MBB, MBBI, ABI.GetEhDataReg(I), false, in emitPrologue()
519 unsigned Reg = MRI->getDwarfRegNum(ABI.GetEhDataReg(I), true); in emitPrologue()
730 TII.loadRegFromStackSlot(MBB, I, ABI.GetEhDataReg(J), in emitEpilogue()