Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegUnit

681 // Associate each regunit with an instruction operand. Depending on the
683 // regunit, or the highest operand to read the regunit.
686 unsigned RegUnit;
691 unsigned getSparseSetIndex() const { return RegUnit; }
693 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(0), Op(0) {}
697 // Identify physreg dependencies for UseMI, and update the live regunit
907 // This regunit is dead above MI.
1002 // Instead, keep track of the highest use of each regunit.
1094 // There may also be regunit dependencies to include in the height.
1128 TBI.LiveIns.push_back(LiveInReg(RI->RegUnit, RI->Cycle));
1129 DEBUG(dbgs() << ' ' << PrintRegUnit(RI->RegUnit, MTM.TRI)