Searched refs:SchedClassIdx (Results 1 – 2 of 2) sorted by relevance
244 const MCSchedClassDesc *getSchedClassDesc(unsigned SchedClassIdx) const { in getSchedClassDesc() argument247 assert(SchedClassIdx < NumSchedClasses && "bad scheduling class idx"); in getSchedClassDesc()248 return &SchedClassTable[SchedClassIdx]; in getSchedClassDesc()
458 for (unsigned SchedClassIdx = 0, SchedClassEnd = ItinList.size(); in EmitStageAndOperandCycleData() local459 SchedClassIdx < SchedClassEnd; ++SchedClassIdx) { in EmitStageAndOperandCycleData()462 Record *ItinData = ProcModel.ItinDefList[SchedClassIdx]; in EmitStageAndOperandCycleData()527 ItinList[SchedClassIdx] = Intinerary; in EmitStageAndOperandCycleData()