Searched defs:NumV2Elements (Results 1 – 1 of 1) sorted by relevance
15275 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerShuffleWithSHUFPS() local15370 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4F32Shuffle() local15473 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4I32Shuffle() local16340 int NumV2Elements = count_if(Mask, [](int M) { return M >= 8; }); in lowerV8F16Shuffle() local16451 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); in lowerV16I8Shuffle() local18740 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower256BitShuffle() local19339 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower512BitShuffle() local19623 int NumV1Elements = 0, NumV2Elements = 0; in canonicalizeShuffleMaskWithCommute() local