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

References

lib/CodeGen/LiveDebugValues.cpp
  645       VL.dump(TRI, Out);
  769       VL.dump(TRI);
  782       VL.dump(TRI);
  795       VL.dump(TRI);
  819       for (MCRegAliasIterator RAI(MO.getReg(), TRI, true); RAI.isValid(); ++RAI)
  964     LLVM_DEBUG(dbgs() << "Register: " << Reg << " " << printReg(Reg, TRI)
  971     LLVM_DEBUG(dbgs() << "Register: " << Reg << " " << printReg(Reg, TRI)
  978       LLVM_DEBUG(dbgs() << "Spilling Register " << printReg(Reg, TRI) << '('
  983       LLVM_DEBUG(dbgs() << "Restoring Register " << printReg(Reg, TRI) << '('
 1007     for (MCRegAliasIterator RAI(Reg, TRI, true); RAI.isValid(); ++RAI)
 1044     VarLocIDs[ID].dump(TRI);
 1299   Register FP = TRI->getFrameRegister(MF);
 1432   TRI = MF.getSubtarget().getRegisterInfo();