Home
last modified time | relevance | path

Searched refs:ScoreLBs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp315 return ScoreLBs[T]; in getScoreLB()
375 return ((LastFlat[DS_CNT] > ScoreLBs[DS_CNT] && in hasPendingFlat()
377 (LastFlat[LOAD_CNT] > ScoreLBs[LOAD_CNT] && in hasPendingFlat()
387 return LastGDS > ScoreLBs[DS_CNT] && LastGDS <= ScoreUBs[DS_CNT]; in hasPendingGDS()
442 ScoreLBs[T] = Val; in setScoreLB()
453 ScoreLBs[EXP_CNT] = ScoreUBs[EXP_CNT] - getWaitCountMax(EXP_CNT); in setScoreUB()
473 unsigned ScoreLBs[NUM_INST_CNTS] = {0}; member in __anond28503310211::WaitcntBrackets
2398 const unsigned MyPending = ScoreUBs[T] - ScoreLBs[T]; in merge()
2399 const unsigned OtherPending = Other.ScoreUBs[T] - Other.ScoreLBs[T]; in merge()
2400 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge()
[all …]