Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegUnit

588 // Associate each regunit with an instruction operand. Depending on the
590 // regunit, or the highest operand to read the regunit.
593 unsigned RegUnit;
598 unsigned getSparseSetIndex() const { return RegUnit; }
600 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(0), Op(0) {}
604 // Identify physreg dependencies for UseMI, and update the live regunit
803 // This regunit is dead above MI.
898 // Instead, keep track of the highest use of each regunit.
978 // There may also be regunit dependencies to include in the height.
1012 TBI.LiveIns.push_back(LiveInReg(RI->RegUnit, RI->Cycle));
1013 DEBUG(dbgs() << ' ' << PrintRegUnit(RI->RegUnit, MTM.TRI)