reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/LiveRegMatrix.cpp
   55   TRI = MF.getSubtarget().getRegisterInfo();
   59   unsigned NumRegUnits = TRI->getNumRegUnits();
  104   LLVM_DEBUG(dbgs() << "assigning " << printReg(VirtReg.reg, TRI) << " to "
  105                     << printReg(PhysReg, TRI) << ':');
  110       TRI, VirtReg, PhysReg, [&](unsigned Unit, const LiveRange &Range) {
  111         LLVM_DEBUG(dbgs() << ' ' << printRegUnit(Unit, TRI) << ' ' << Range);
  122   LLVM_DEBUG(dbgs() << "unassigning " << printReg(VirtReg.reg, TRI) << " from "
  123                     << printReg(PhysReg, TRI) << ':');
  126   foreachUnit(TRI, VirtReg, PhysReg,
  128                 LLVM_DEBUG(dbgs() << ' ' << printRegUnit(Unit, TRI));
  138   for (MCRegUnitIterator Unit(PhysReg, TRI); Unit.isValid(); ++Unit) {
  167   CoalescerPair CP(VirtReg.reg, PhysReg, *TRI);
  169   bool Result = foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit,
  198   bool Interference = foreachUnit(TRI, VirtReg, PhysReg,
  217   for (MCRegUnitIterator Units(PhysReg, TRI); Units.isValid(); ++Units) {