Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp807 SdwaSel OtherDstSel = static_cast<SdwaSel>( in matchSDWAOperand() local
812 case WORD_0: DstSelAgree = ((OtherDstSel == BYTE_2) || in matchSDWAOperand()
813 (OtherDstSel == BYTE_3) || in matchSDWAOperand()
814 (OtherDstSel == WORD_1)); in matchSDWAOperand()
816 case WORD_1: DstSelAgree = ((OtherDstSel == BYTE_0) || in matchSDWAOperand()
817 (OtherDstSel == BYTE_1) || in matchSDWAOperand()
818 (OtherDstSel == WORD_0)); in matchSDWAOperand()
820 case BYTE_0: DstSelAgree = ((OtherDstSel == BYTE_1) || in matchSDWAOperand()
821 (OtherDstSel == BYTE_2) || in matchSDWAOperand()
822 (OtherDstSel == BYTE_3) || in matchSDWAOperand()
[all …]