Lines Matching refs:Interval
780 RegInterval Interval = getRegInterval(MI, MRI, TRI, OpNo); in setExpScore() local
782 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in setExpScore()
910 RegInterval Interval = getRegInterval(&Inst, MRI, TRI, I); in updateByEvent() local
912 if (Interval.first >= NUM_ALL_VGPRS) in updateByEvent()
920 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) in updateByEvent()
924 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in updateByEvent()
1774 RegInterval Interval = ScoreBrackets.getRegInterval(&MI, MRI, TRI, I); in generateWaitcntInstBefore() local
1777 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in generateWaitcntInstBefore()
2357 RegInterval Interval = Brackets.getRegInterval(&MI, MRI, TRI, I); in shouldFlushVmCnt() local
2360 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in shouldFlushVmCnt()
2381 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in shouldFlushVmCnt()