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

References

lib/Target/X86/X86ISelLowering.cpp
33120   for (unsigned i = 0; i < MaskWidth; ++i) {
33120   for (unsigned i = 0; i < MaskWidth; ++i) {
33121     unsigned RootIdx = i >> RootRatioLog2;
33124       Mask[i] = RootMask[RootIdx];
33131             : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1));
33137       Mask[i] = RootMaskedIdx;
33146       Mask[i] = OpMask[OpIdx];
33161     Mask[i] = OpMaskedIdx;