Lines Matching refs:SCDesc

42                                     const MCSchedClassDesc &SCDesc,  in initializeUsedResources()  argument
68 for (unsigned I = 0, E = SCDesc.NumWriteProcResEntries; I < E; ++I) { in initializeUsedResources()
69 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources()
76 WithColor::note() << "found in scheduling class " << SCDesc.Name in initializeUsedResources()
251 const MCSchedClassDesc &SCDesc, in computeMaxLatency() argument
260 int Latency = MCSchedModel::computeInstrLatency(STI, SCDesc); in computeMaxLatency()
298 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID); in populateWrites() local
345 unsigned NumWriteLatencyEntries = SCDesc.NumWriteLatencyEntries; in populateWrites()
372 *STI.getWriteLatencyEntry(&SCDesc, CurrentDef); in populateWrites()
400 *STI.getWriteLatencyEntry(&SCDesc, Index); in populateWrites()
569 const MCSchedClassDesc &SCDesc = *SM.getSchedClassDesc(SchedClassID); in createInstrDescImpl() local
570 if (SCDesc.NumMicroOps == MCSchedClassDesc::InvalidNumMicroOps) { in createInstrDescImpl()
582 ID->NumMicroOps = SCDesc.NumMicroOps; in createInstrDescImpl()
600 initializeUsedResources(*ID, SCDesc, STI, ProcResourceMasks); in createInstrDescImpl()
601 computeMaxLatency(*ID, MCDesc, SCDesc, STI); in createInstrDescImpl()
666 const MCSchedClassDesc &SCDesc = in createInstruction() local
672 NewIS->setBeginGroup(SCDesc.BeginGroup); in createInstruction()
673 NewIS->setEndGroup(SCDesc.EndGroup); in createInstruction()
674 NewIS->setRetireOOO(SCDesc.RetireOOO); in createInstruction()