reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
186 OS << "VGPRs: " << Value[VGPR32] << ' '; 187 OS << "AGPRs: " << Value[AGPR32]; 188 if (ST) OS << "(O" << ST->getOccupancyWithNumVGPRs(getVGPRNum()) << ')'; 189 OS << ", SGPRs: " << getSGPRNum(); 190 if (ST) OS << "(O" << ST->getOccupancyWithNumSGPRs(getSGPRNum()) << ')'; 191 OS << ", LVGPR WT: " << getVGPRTuplesWeight() 193 if (ST) OS << " -> Occ: " << getOccupancy(*ST); 194 OS << '\n';