Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp273 return ((LastFlat[LGKM_CNT] > ScoreLBs[LGKM_CNT] && in hasPendingFlat()
274 LastFlat[LGKM_CNT] <= ScoreUBs[LGKM_CNT]) || in hasPendingFlat()
275 (LastFlat[VM_CNT] > ScoreLBs[VM_CNT] && in hasPendingFlat()
276 LastFlat[VM_CNT] <= ScoreUBs[VM_CNT])); in hasPendingFlat()
280 LastFlat[VM_CNT] = ScoreUBs[VM_CNT]; in setPendingFlat()
281 LastFlat[LGKM_CNT] = ScoreUBs[LGKM_CNT]; in setPendingFlat()
347 unsigned LastFlat[NUM_INST_CNTS] = {0}; member in __anon0ca677ad0211::WaitcntBrackets
1516 StrictDom |= mergeScore(M, LastFlat[T], Other.LastFlat[T]); in merge()