Lines Matching defs:NumV2Elements

12979   int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; });
12981 if (NumV2Elements == 1) {
13014 } else if (NumV2Elements == 2) {
13050 } else if (NumV2Elements == 3) {
13079 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; });
13081 if (NumV2Elements == 0) {
13133 if (NumV2Elements == 1 && Mask[0] >= 4)
13185 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; });
13193 if (NumV2Elements == 0)
13199 if (NumV2Elements == 0) {
13234 if (NumV2Elements == 1)
14079 int NumV2Elements = count_if(Mask, [](int M) { return M >= 8; });
14082 if (NumV2Elements == 0) {
14088 if (NumV2Elements == 1 && Mask[0] >= 8)
14191 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; });
14194 if (NumV2Elements == 0) {
14387 if (NumV2Elements == 1)
14444 if (NumV2Elements > 0)
16191 int NumV2Elements = count_if(Mask, [](int M) { return M >= 8; });
16230 if (NumV2Elements == 0)
16259 if (!Subtarget.preferLowerShuffleAsShift() && NumV2Elements == 0)
16576 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; });
16578 if (NumV2Elements == 1 && Mask[0] >= NumElts)
16949 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; });
16964 if (NumV2Elements == 0)
16993 if (!Subtarget.preferLowerShuffleAsShift() && NumV2Elements != 0)
17211 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; });
17213 if (NumV2Elements == 1 && Mask[0] >= NumElts)
17358 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; });
17427 if (NumV2Elements == 0 && V1.getOpcode() == ISD::SETCC && V1->hasOneUse()) {
17492 int NumV1Elements = 0, NumV2Elements = 0;
17499 ++NumV2Elements;
17504 if (NumV2Elements > NumV1Elements)
17509 if (NumV2Elements == 0)
17517 if (NumV1Elements == NumV2Elements) {