Lines Matching defs:RH
1734 BitTracker::RegisterRef RH = MI.getOperand(1), RL = MI.getOperand(2);
1736 Changed |= HBS::replaceSubWithSub(RD.Reg, SubHi, RH.Reg, RH.Sub, MRI);
1789 unsigned B, RegHalf &RH);
1830 // set the information about the found register in RH.
1832 const BitTracker::RegisterCell &RC, unsigned B, RegHalf &RH) {
1899 RH.Reg = Reg;
1900 RH.Sub = Sub;
1901 RH.Low = Low;
1903 if (!HBS::getFinalVRegClass(RH, MRI))
1904 RH.Sub = 0;