Home | History | Annotate | Download | only in TableGen

Lines Matching refs:WLEntry

914       MCWriteLatencyEntry WLEntry;
915 WLEntry.Cycles = 0;
924 WLEntry.WriteResourceID = WriteID;
937 WLEntry.Cycles += WriteRes->getValueAsInt("Latency");
971 WriteLatencies.push_back(WLEntry);
1095 MCWriteLatencyEntry &WLEntry = SchedTables.WriteLatencies[WLIdx];
1096 OS << " {" << format("%2d", WLEntry.Cycles) << ", "
1097 << format("%2d", WLEntry.WriteResourceID) << "}";