reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
379 if (RSC.SCDesc->isValid()) { 382 OS << "<td>" << (RSC.WasVariant ? "✔" : "✕") << "</td>"; 383 OS << "<td>" << RSC.SCDesc->NumMicroOps << "</td>"; 386 for (int I = 0, E = RSC.SCDesc->NumWriteLatencyEntries; I < E; ++I) { 388 SubtargetInfo_->getWriteLatencyEntry(RSC.SCDesc, I); 390 if (RSC.SCDesc->NumWriteLatencyEntries > 1) { 401 MCSchedModel::getReciprocalThroughput(*SubtargetInfo_, *RSC.SCDesc)); 405 for (const auto &WPR : RSC.NonRedundantWriteProcRes) { 414 for (const auto &Pressure : RSC.IdealizedProcResPressure) {