reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
   77   unsigned GetEhDataReg(unsigned I) const;

References

lib/Target/Mips/MipsSEFrameLowering.cpp
  509       if (!MBB.isLiveIn(ABI.GetEhDataReg(I)))
  510         MBB.addLiveIn(ABI.GetEhDataReg(I));
  511       TII.storeRegToStackSlot(MBB, MBBI, ABI.GetEhDataReg(I), false,
  518       unsigned Reg = MRI->getDwarfRegNum(ABI.GetEhDataReg(I), true);
  729       TII.loadRegFromStackSlot(MBB, I, ABI.GetEhDataReg(J),