Searched refs:RootMaskedIdx (Results 1 – 2 of 2) sorted by relevance
30264 unsigned RootMaskedIdx = in combineX86ShufflesRecursively() local30271 if ((RootMaskedIdx < (SrcOpIndex * MaskWidth)) || in combineX86ShufflesRecursively()30272 (((SrcOpIndex + 1) * MaskWidth) <= RootMaskedIdx)) { in combineX86ShufflesRecursively()30273 Mask[i] = RootMaskedIdx; in combineX86ShufflesRecursively()30277 RootMaskedIdx = RootMaskedIdx & (MaskWidth - 1); in combineX86ShufflesRecursively()30278 unsigned OpIdx = RootMaskedIdx >> OpRatioLog2; in combineX86ShufflesRecursively()30290 : (OpMask[OpIdx] << OpRatioLog2) + (RootMaskedIdx & (OpRatio - 1)); in combineX86ShufflesRecursively()
25387 int RootMaskedIdx = RootMask[RootIdx] * RootRatio + i % RootRatio; in combineX86ShufflesRecursively() local25388 int OpIdx = RootMaskedIdx / OpRatio; in combineX86ShufflesRecursively()25398 RootMaskedIdx % OpRatio); in combineX86ShufflesRecursively()