Lines Matching refs:Interval
757 RegInterval Interval = getRegInterval(MI, MRI, TRI, OpNo); in setExpScore() local
759 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in setExpScore()
887 RegInterval Interval = getRegInterval(&Inst, MRI, TRI, OpNo); in updateByEvent()
888 for (int RegNo = Interval.first; RegNo < Interval.second; in updateByEvent()
899 RegInterval Interval = getRegInterval(&Inst, MRI, TRI, I); in updateByEvent() local
901 if (Interval.first >= NUM_ALL_VGPRS) in updateByEvent()
909 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) in updateByEvent()
913 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in updateByEvent()
1802 RegInterval Interval = ScoreBrackets.getRegInterval(&MI, MRI, TRI, I); in generateWaitcntInstBefore() local
1805 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in generateWaitcntInstBefore()
2400 RegInterval Interval = Brackets.getRegInterval(&MI, MRI, TRI, I); in shouldFlushVmCnt() local
2403 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in shouldFlushVmCnt()
2424 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in shouldFlushVmCnt()