Searched refs:NumV2Elements (Results 1 – 1 of 1) sorted by relevance
13298 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerShuffleWithSHUFPS() local13300 if (NumV2Elements == 1) { in lowerShuffleWithSHUFPS()13333 } else if (NumV2Elements == 2) { in lowerShuffleWithSHUFPS()13387 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4F32Shuffle() local13389 if (NumV2Elements == 0) { in lowerV4F32Shuffle()13434 if (NumV2Elements == 1 && Mask[0] >= 4) in lowerV4F32Shuffle()13490 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4I32Shuffle() local13492 if (NumV2Elements == 0) { in lowerV4I32Shuffle()13526 if (NumV2Elements == 1) in lowerV4I32Shuffle()14404 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); in lowerV16I8Shuffle() local[all …]