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

References

lib/Target/AMDGPU/GCNNSAReassign.cpp
  116     if (VRM->hasPhys(Intervals[N]->reg))
  177     if (Register::isPhysicalRegister(Reg) || !VRM->isAssignedReg(Reg))
  180     Register PhysReg = VRM->getPhys(Reg);
  230   VRM = &getAnalysis<VirtRegMap>();
  287       OrigRegs.push_back(VRM->getPhys(Reg));
  298                  dbgs() << " " << llvm::printReg((VRM->getPhys(LI->reg)), TRI);
  304       if (VRM->hasPhys(Intervals.back()->reg)) // Did not change allocation.
  323         if (VRM->hasPhys(Intervals[I]->reg))
  335                  << llvm::printReg((VRM->getPhys(Intervals.front()->reg)), TRI)
  337                  << llvm::printReg((VRM->getPhys(Intervals.back()->reg)), TRI)