Lines Matching defs:GroupSize
454 int GroupSize = std::ceil((VF - FirstGroupElement) / 3.0);
455 SizeInfo.push_back(GroupSize);
456 FirstGroupElement = ((GroupSize)*3 + FirstGroupElement) % VF;
555 SmallVector<int, 3> GroupSize;
561 setGroupSize(VT, GroupSize);
564 DecodePALIGNRMask(VT, GroupSize[2 - i], VPAlign[i], false);
566 DecodePALIGNRMask(VT, GroupSize[2] + GroupSize[1], VPAlign2, true, true);
567 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, true, true);
634 SmallVector<int, 3> GroupSize;
643 setGroupSize(VT, GroupSize);
646 DecodePALIGNRMask(VT, GroupSize[i], VPAlign[i]);
648 DecodePALIGNRMask(VT, GroupSize[1] + GroupSize[2], VPAlign2, false, true);
649 DecodePALIGNRMask(VT, GroupSize[1], VPAlign3, false, true);
680 group2Shuffle(VT, GroupSize, VPShuf);