Searched refs:Sdst (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp871 const MachineOperand *Sdst = TII->getNamedOperand(MI, AMDGPU::OpName::sdst); local
872 if (!Sdst)
874 MachineOperand *NextOp = findSingleRegUse(Sdst, MRI);

Completed in 108 milliseconds