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

References

lib/Target/AMDGPU/R600MachineScheduler.cpp
  194   LLVM_DEBUG(dbgs() << "Bottom Releasing "; DAG->dumpNode(*SU));
  195   if (isPhysicalRegCopy(SU->getInstr())) {
  196     PhysicalRegCopy.push_back(SU);
  200   int IK = getInstKind(SU);
  204     Available[IDOther].push_back(SU);
  206     Pending[IK].push_back(SU);