Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp181 SdwaSel getDstSel() const { return DstSel; } in getDstSel() function in __anon5b8513100111::SDWADstOperand
257 << " dst_sel:" << getDstSel() in print()
264 << " dst_sel:" << getDstSel() in print()
594 getDstSel() != AMDGPU::SDWA::DWORD) { in convertToSDWA()
608 DstSel->setImm(combineSdwaSel(ExistingSel, getDstSel()).value()); in convertToSDWA()
625 return canCombineOpSel(MI, TII, AMDGPU::OpName::dst_sel, getDstSel()); in canCombineSelections()