Lines Matching defs:NumV2Elements
13256 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; });
13258 if (NumV2Elements == 1) {
13291 } else if (NumV2Elements == 2) {
13327 } else if (NumV2Elements == 3) {
13356 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; });
13358 if (NumV2Elements == 0) {
13410 if (NumV2Elements == 1 && Mask[0] >= 4)
13462 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; });
13470 if (NumV2Elements == 0)
13476 if (NumV2Elements == 0) {
13511 if (NumV2Elements == 1)
14356 int NumV2Elements = count_if(Mask, [](int M) { return M >= 8; });
14359 if (NumV2Elements == 0) {
14365 if (NumV2Elements == 1 && Mask[0] >= 8)
14476 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; });
14479 if (NumV2Elements == 0) {
14672 if (NumV2Elements == 1)
14729 if (NumV2Elements > 0)
16490 int NumV2Elements = count_if(Mask, [](int M) { return M >= 8; });
16529 if (NumV2Elements == 0)
16558 if (!Subtarget.preferLowerShuffleAsShift() && NumV2Elements == 0)
16875 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; });
16877 if (NumV2Elements == 1 && Mask[0] >= NumElts)
17248 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; });
17263 if (NumV2Elements == 0)
17292 if (!Subtarget.preferLowerShuffleAsShift() && NumV2Elements != 0)
17517 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; });
17519 if (NumV2Elements == 1 && Mask[0] >= NumElts)
17664 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; });
17734 if (NumV2Elements == 0 && V1.getOpcode() == ISD::SETCC && V1->hasOneUse()) {
17799 int NumV1Elements = 0, NumV2Elements = 0;
17806 ++NumV2Elements;
17811 if (NumV2Elements > NumV1Elements)
17816 if (NumV2Elements == 0)
17824 if (NumV1Elements == NumV2Elements) {