Lines Matching refs:Interval
508 RegInterval Interval = getRegInterval(MI, TII, MRI, TRI, OpNo); in setExpScore() local
510 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in setExpScore()
651 RegInterval Interval = getRegInterval(&Inst, TII, MRI, TRI, OpNo); in updateByEvent()
652 for (int RegNo = Interval.first; RegNo < Interval.second; in updateByEvent()
663 RegInterval Interval = getRegInterval(&Inst, TII, MRI, TRI, I); in updateByEvent() local
665 if (Interval.first >= NUM_ALL_VGPRS) in updateByEvent()
669 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) in updateByEvent()
673 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in updateByEvent()
1155 RegInterval Interval = in generateWaitcntInstBefore() local
1159 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in generateWaitcntInstBefore()
1729 RegInterval Interval = Brackets.getRegInterval(&MI, TII, MRI, TRI, I); in shouldFlushVmCnt() local
1732 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in shouldFlushVmCnt()
1748 for (int RegNo = Interval.first; RegNo < Interval.second; ++RegNo) { in shouldFlushVmCnt()