Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegUnit

676 // Associate each regunit with an instruction operand. Depending on the
678 // regunit, or the highest operand to read the regunit.
681 unsigned RegUnit;
686 unsigned getSparseSetIndex() const { return RegUnit; }
688 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(nullptr), Op(0) {}
692 // Identify physreg dependencies for UseMI, and update the live regunit
902 // This regunit is dead above MI.
996 // Instead, keep track of the highest use of each regunit.
1087 // There may also be regunit dependencies to include in the height.
1120 TBI.LiveIns.push_back(LiveInReg(RI->RegUnit, RI->Cycle));
1121 DEBUG(dbgs() << ' ' << PrintRegUnit(RI->RegUnit, MTM.TRI)