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

References

lib/Target/AMDGPU/GCNRegBankReassign.cpp
   94       dbgs() << P->printReg(Reg) << " to banks ";
  517           dbgs() << "Potential reassignments of " << printReg(Reg, SubReg)
  548       LLVM_DEBUG(dbgs() << "Conflicting operands: " << printReg(Reg1, SubReg1) <<
  549                       " and " << printReg(Reg2, SubReg2) << '\n');
  610     LLVM_DEBUG(dbgs() << "Trying register " << printReg(Reg) << '\n');
  624   LLVM_DEBUG(dbgs() << "Try reassign " << printReg(C.Reg) << " in "; C.MI->dump();
  667     LLVM_DEBUG(dbgs() << "Found free register " << printReg(Reg)