Searched refs:GetEhDataReg (Results 1 – 3 of 3) sorted by relevance
76 unsigned GetEhDataReg(unsigned I) const;
121 unsigned MipsABIInfo::GetEhDataReg(unsigned I) const { in GetEhDataReg() function in MipsABIInfo
480 if (!MBB.isLiveIn(ABI.GetEhDataReg(I))) in emitPrologue()481 MBB.addLiveIn(ABI.GetEhDataReg(I)); in emitPrologue()482 TII.storeRegToStackSlot(MBB, MBBI, ABI.GetEhDataReg(I), false, in emitPrologue()490 CFIBuilder.buildOffset(ABI.GetEhDataReg(I), Offset); in emitPrologue()692 TII.loadRegFromStackSlot(MBB, I, ABI.GetEhDataReg(J), in emitEpilogue()