HomeSort by: relevance | last modified time | path
    Searched refs:GetEhDataReg (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h 76 unsigned GetEhDataReg(unsigned I) const;
MipsABIInfo.cpp 117 unsigned MipsABIInfo::GetEhDataReg(unsigned I) const {
  /src/external/apache2/llvm/dist/llvm/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),

Completed in 18 milliseconds