reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIPeepholeSDWA.cpp
  799     case WORD_0: DstSelAgree = ((OtherDstSel == BYTE_2) ||
  803     case WORD_1: DstSelAgree = ((OtherDstSel == BYTE_0) ||
  807     case BYTE_0: DstSelAgree = ((OtherDstSel == BYTE_1) ||
  812     case BYTE_1: DstSelAgree = ((OtherDstSel == BYTE_0) ||
  817     case BYTE_2: DstSelAgree = ((OtherDstSel == BYTE_0) ||
  822     case BYTE_3: DstSelAgree = ((OtherDstSel == BYTE_0) ||
  827     default: DstSelAgree = false;
  830     if (!DstSelAgree)