Lines Matching refs:NumLaneElts
10519 int NumLaneElts = NumElts / NumLanes; in lowerVectorShuffleAsUNPCKAndPermute() local
10520 int NumHalfLaneElts = NumLaneElts / 2; in lowerVectorShuffleAsUNPCKAndPermute()
10526 for (int Lane = 0; Lane != NumElts; Lane += NumLaneElts) { in lowerVectorShuffleAsUNPCKAndPermute()
10527 for (int Elt = 0; Elt != NumLaneElts; ++Elt) { in lowerVectorShuffleAsUNPCKAndPermute()
10540 int Lo = Lane, Mid = Lane + NumHalfLaneElts, Hi = Lane + NumLaneElts; in lowerVectorShuffleAsUNPCKAndPermute()
10555 for (int Lane = 0; Lane != NumElts; Lane += NumLaneElts) { in lowerVectorShuffleAsUNPCKAndPermute()
10556 for (int Elt = 0; Elt != NumLaneElts; Elt += 2) { in lowerVectorShuffleAsUNPCKAndPermute()
14411 int NumLaneElts = NumElts / NumLanes; in lowerShuffleAsRepeatedMaskAndLanePermute() local
14431 if (0 != ((M % NumElts) / NumLaneElts)) in lowerShuffleAsRepeatedMaskAndLanePermute()
14470 int NumSubLaneElts = NumLaneElts / SubLaneScale; in lowerShuffleAsRepeatedMaskAndLanePermute()
14490 int Lane = (M % NumElts) / NumLaneElts; in lowerShuffleAsRepeatedMaskAndLanePermute()
14494 int LocalM = (M % NumLaneElts) + (M < NumElts ? 0 : NumElts); in lowerShuffleAsRepeatedMaskAndLanePermute()
14553 RepeatedMask[Idx] = M + (Lane * NumLaneElts); in lowerShuffleAsRepeatedMaskAndLanePermute()