Lines Matching defs:GroupSize
8095 int64_t GroupSize;
8098 if (!parseSwizzleOperand(GroupSize,
8104 if (!isPowerOf2_64(GroupSize)) {
8109 0, GroupSize - 1,
8112 Imm = encodeBitmaskPerm(BITMASK_MAX - GroupSize + 1, LaneIdx, 0);
8123 int64_t GroupSize;
8125 if (!parseSwizzleOperand(GroupSize,
8131 if (!isPowerOf2_64(GroupSize)) {
8136 Imm = encodeBitmaskPerm(BITMASK_MAX, 0, GroupSize - 1);
8145 int64_t GroupSize;
8147 if (!parseSwizzleOperand(GroupSize,
8153 if (!isPowerOf2_64(GroupSize)) {
8158 Imm = encodeBitmaskPerm(BITMASK_MAX, 0, GroupSize);