Lines Matching defs:SCDesc
44 const MCSchedClassDesc &SCDesc,
70 for (unsigned I = 0, E = SCDesc.NumWriteProcResEntries; I < E; ++I) {
71 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I;
78 WithColor::note() << "found in scheduling class " << SCDesc.Name
223 const MCSchedClassDesc &SCDesc,
233 int Latency = MCSchedModel::computeInstrLatency(STI, SCDesc);
272 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID);
319 unsigned NumWriteLatencyEntries = SCDesc.NumWriteLatencyEntries;
350 *STI.getWriteLatencyEntry(&SCDesc, CurrentDef);
378 *STI.getWriteLatencyEntry(&SCDesc, Index);
587 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID);
588 if (SCDesc.NumMicroOps == MCSchedClassDesc::InvalidNumMicroOps) {
599 ID->NumMicroOps = SCDesc.NumMicroOps;
617 initializeUsedResources(*ID, SCDesc, STI, ProcResourceMasks);
618 computeMaxLatency(*ID, MCDesc, SCDesc, STI, CallLatency);
703 const MCSchedClassDesc &SCDesc =
709 NewIS->setBeginGroup(SCDesc.BeginGroup);
710 NewIS->setEndGroup(SCDesc.EndGroup);
711 NewIS->setRetireOOO(SCDesc.RetireOOO);