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

References

lib/Target/X86/X86ISelLowering.cpp
33135     if ((RootMaskedIdx < (SrcOpIndex * MaskWidth)) ||
33136         (((SrcOpIndex + 1) * MaskWidth) <= RootMaskedIdx)) {
33137       Mask[i] = RootMaskedIdx;
33141     RootMaskedIdx = RootMaskedIdx & (MaskWidth - 1);
33141     RootMaskedIdx = RootMaskedIdx & (MaskWidth - 1);
33142     unsigned OpIdx = RootMaskedIdx >> OpRatioLog2;
33154             : (OpMask[OpIdx] << OpRatioLog2) + (RootMaskedIdx & (OpRatio - 1));