Searched refs:SchedClassIdx (Results 1 – 2 of 2) sorted by relevance
346 const MCSchedClassDesc *getSchedClassDesc(unsigned SchedClassIdx) const { in getSchedClassDesc()349 assert(SchedClassIdx < NumSchedClasses && "bad scheduling class idx"); in getSchedClassDesc()350 return &SchedClassTable[SchedClassIdx]; in getSchedClassDesc()
489 for (unsigned SchedClassIdx = 0, SchedClassEnd = ItinList.size(); in EmitStageAndOperandCycleData() local490 SchedClassIdx < SchedClassEnd; ++SchedClassIdx) { in EmitStageAndOperandCycleData()493 Record *ItinData = ProcModel.ItinDefList[SchedClassIdx]; in EmitStageAndOperandCycleData()563 ItinList[SchedClassIdx] = Intinerary; in EmitStageAndOperandCycleData()