Searched refs:SchedClassIdx (Results 1 – 2 of 2) sorted by relevance
251 const MCSchedClassDesc *getSchedClassDesc(unsigned SchedClassIdx) const { in getSchedClassDesc() argument254 assert(SchedClassIdx < NumSchedClasses && "bad scheduling class idx"); in getSchedClassDesc()255 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()