Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegUnit

672 // Associate each regunit with an instruction operand. Depending on the
674 // regunit, or the highest operand to read the regunit.
677 unsigned RegUnit;
682 unsigned getSparseSetIndex() const { return RegUnit; }
684 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(nullptr), Op(0) {}
688 // Identify physreg dependencies for UseMI, and update the live regunit
895 // This regunit is dead above MI.
990 // Instead, keep track of the highest use of each regunit.
1082 // There may also be regunit dependencies to include in the height.
1116 TBI.LiveIns.push_back(LiveInReg(RI->RegUnit, RI->Cycle));
1117 DEBUG(dbgs() << ' ' << PrintRegUnit(RI->RegUnit, MTM.TRI)