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.cpp1372 AMDGPU::Waitcnt OldWait = AMDGPU::decodeWaitcnt(IV, IEnc); in applyPreexistingWaitcnt() local
1374 ScoreBrackets.simplifyWaitcnt(OldWait); in applyPreexistingWaitcnt()
1375 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()
1541 AMDGPU::Waitcnt OldWait = AMDGPU::decodeLoadcntDscnt(IV, OldEnc); in applyPreexistingWaitcnt() local
1543 ScoreBrackets.simplifyWaitcnt(OldWait); in applyPreexistingWaitcnt()
1544 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()
1549 AMDGPU::Waitcnt OldWait = AMDGPU::decodeStorecntDscnt(IV, OldEnc); in applyPreexistingWaitcnt() local
1551 ScoreBrackets.simplifyWaitcnt(OldWait); in applyPreexistingWaitcnt()
1552 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()