Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp885 unsigned NewEnc = AMDGPU::encodeWaitcnt(IV, Wait); in applyPreexistingWaitcnt() local
887 if (OldEnc != NewEnc) { in applyPreexistingWaitcnt()
888 WaitcntInstr->getOperand(0).setImm(NewEnc); in applyPreexistingWaitcnt()