Searched refs:GetEhDataReg (Results 1 – 3 of 3) sorted by relevance
77 unsigned GetEhDataReg(unsigned I) const;
125 unsigned MipsABIInfo::GetEhDataReg(unsigned I) const { in GetEhDataReg() function in MipsABIInfo
486 if (!MBB.isLiveIn(ABI.GetEhDataReg(I))) in emitPrologue()487 MBB.addLiveIn(ABI.GetEhDataReg(I)); in emitPrologue()488 TII.storeRegToStackSlot(MBB, MBBI, ABI.GetEhDataReg(I), false, in emitPrologue()495 unsigned Reg = MRI->getDwarfRegNum(ABI.GetEhDataReg(I), true); in emitPrologue()707 TII.loadRegFromStackSlot(MBB, I, ABI.GetEhDataReg(J), in emitEpilogue()