Searched refs:OldWait (Results 1 – 1 of 1) sorted by relevance
1207 AMDGPU::Waitcnt OldWait = AMDGPU::decodeWaitcnt(IV, IEnc); in applyPreexistingWaitcnt() local1209 ScoreBrackets.simplifyWaitcnt(OldWait); in applyPreexistingWaitcnt()1210 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()1364 AMDGPU::Waitcnt OldWait = AMDGPU::decodeLoadcntDscnt(IV, OldEnc); in applyPreexistingWaitcnt() local1366 ScoreBrackets.simplifyWaitcnt(OldWait); in applyPreexistingWaitcnt()1367 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()1372 AMDGPU::Waitcnt OldWait = AMDGPU::decodeStorecntDscnt(IV, OldEnc); in applyPreexistingWaitcnt() local1374 ScoreBrackets.simplifyWaitcnt(OldWait); in applyPreexistingWaitcnt()1375 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()