Searched refs:SchedClassIdx (Results 1 – 2 of 2) sorted by relevance
220 const MCSchedClassDesc *getSchedClassDesc(unsigned SchedClassIdx) const { in getSchedClassDesc()223 assert(SchedClassIdx < NumSchedClasses && "bad scheduling class idx"); in getSchedClassDesc()224 return &SchedClassTable[SchedClassIdx]; in getSchedClassDesc()
445 for (unsigned SchedClassIdx = 0, SchedClassEnd = ItinList.size(); in EmitStageAndOperandCycleData() local446 SchedClassIdx < SchedClassEnd; ++SchedClassIdx) { in EmitStageAndOperandCycleData()449 Record *ItinData = ProcModel.ItinDefList[SchedClassIdx]; in EmitStageAndOperandCycleData()514 ItinList[SchedClassIdx] = Intinerary; in EmitStageAndOperandCycleData()