Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1207 AMDGPU::Waitcnt OldWait = AMDGPU::decodeWaitcnt(IV, IEnc); in applyPreexistingWaitcnt() local
1209 ScoreBrackets.simplifyWaitcnt(OldWait); in applyPreexistingWaitcnt()
1210 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()
1364 AMDGPU::Waitcnt OldWait = AMDGPU::decodeLoadcntDscnt(IV, OldEnc); in applyPreexistingWaitcnt() local
1366 ScoreBrackets.simplifyWaitcnt(OldWait); in applyPreexistingWaitcnt()
1367 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()
1372 AMDGPU::Waitcnt OldWait = AMDGPU::decodeStorecntDscnt(IV, OldEnc); in applyPreexistingWaitcnt() local
1374 ScoreBrackets.simplifyWaitcnt(OldWait); in applyPreexistingWaitcnt()
1375 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()