Searched refs:NumV2Elements (Results 1 – 1 of 1) sorted by relevance
11523 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerVectorShuffleWithSHUFPS() local11525 if (NumV2Elements == 1) { in lowerVectorShuffleWithSHUFPS()11558 } else if (NumV2Elements == 2) { in lowerVectorShuffleWithSHUFPS()11613 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4F32VectorShuffle() local11615 if (NumV2Elements == 0) { in lowerV4F32VectorShuffle()11656 if (NumV2Elements == 1 && Mask[0] >= 4) in lowerV4F32VectorShuffle()11715 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4I32VectorShuffle() local11717 if (NumV2Elements == 0) { in lowerV4I32VectorShuffle()11745 if (NumV2Elements == 1) in lowerV4I32VectorShuffle()12626 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); in lowerV16I8VectorShuffle() local[all …]