Lines Matching refs:STORE_CNT
65 STORE_CNT, // VScnt in gfx10/gfx11. enumerator
206 case STORE_CNT: in getCounterRef()
267 case STORE_CNT: in getWaitCountMax()
360 setScoreUB(STORE_CNT, getScoreUB(STORE_CNT) + getWaitCountMax(STORE_CNT)); in setStateOnFunctionEntryOrReturn()
361 PendingEvents |= WaitEventMaskForInst[STORE_CNT]; in setStateOnFunctionEntryOrReturn()
987 case STORE_CNT: in print()
1042 simplifyWaitcnt(STORE_CNT, Wait.StoreCnt); in simplifyWaitcnt()
1090 applyWaitcnt(STORE_CNT, Wait.StoreCnt); in applyWaitcnt()
1157 return STORE_CNT; in counterTypeForInstr()
1225 ScoreBrackets.simplifyWaitcnt(InstCounterType::STORE_CNT, OldVSCnt); in applyPreexistingWaitcnt()
1262 ScoreBrackets.applyWaitcnt(STORE_CNT, Wait.StoreCnt); in applyPreexistingWaitcnt()
1435 ScoreBrackets.applyWaitcnt(STORE_CNT, Wait.StoreCnt); in applyPreexistingWaitcnt()
1472 WaitsToErase.push_back(&WaitInstrs[STORE_CNT]); in applyPreexistingWaitcnt()
1653 ScoreBrackets.getScoreRange(STORE_CNT) != 0 && in generateWaitcntInstBefore()
2475 if (CT == LOAD_CNT || CT == DS_CNT || CT == STORE_CNT) in runOnMachineFunction()