Lines Matching defs:GroupSize
451 int GroupSize = std::ceil((VF - FirstGroupElement) / 3.0);
452 SizeInfo.push_back(GroupSize);
453 FirstGroupElement = ((GroupSize)*3 + FirstGroupElement) % VF;
552 SmallVector<int, 3> GroupSize;
558 setGroupSize(VT, GroupSize);
561 DecodePALIGNRMask(VT, GroupSize[2 - i], VPAlign[i], false);
563 DecodePALIGNRMask(VT, GroupSize[2] + GroupSize[1], VPAlign2, true, true);
564 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, true, true);
631 SmallVector<int, 3> GroupSize;
640 setGroupSize(VT, GroupSize);
643 DecodePALIGNRMask(VT, GroupSize[i], VPAlign[i]);
645 DecodePALIGNRMask(VT, GroupSize[1] + GroupSize[2], VPAlign2, false, true);
646 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, false, true);
677 group2Shuffle(VT, GroupSize, VPShuf);