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

References

lib/Target/AMDGPU/SIISelLowering.cpp
 8369     if (LHSMask != ~0u && RHSMask != ~0u) {
 8372       if (LHSMask > RHSMask) {
 8373         std::swap(LHSMask, RHSMask);
 8379       uint32_t LHSUsedLanes = ~(LHSMask & 0x0c0c0c0c) & 0x0c0c0c0c;
 8392         uint32_t Mask = LHSMask & RHSMask;
 8395           if ((LHSMask & ByteSel) == 0x0c || (RHSMask & ByteSel) == 0x0c)