HomeSort by relevance Sort by last modified time
    Searched refs:GetEhDataReg (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h 78 unsigned GetEhDataReg(unsigned I) const;
MipsABIInfo.cpp 110 unsigned MipsABIInfo::GetEhDataReg(unsigned I) const {
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 484 if (!MBB.isLiveIn(ABI.GetEhDataReg(I)))
485 MBB.addLiveIn(ABI.GetEhDataReg(I));
486 TII.storeRegToStackSlot(MBB, MBBI, ABI.GetEhDataReg(I), false,
493 unsigned Reg = MRI->getDwarfRegNum(ABI.GetEhDataReg(I), true);
705 TII.loadRegFromStackSlot(MBB, I, ABI.GetEhDataReg(J),
    [all...]

Completed in 194 milliseconds