Home
last modified time | relevance | path

Searched refs:NumV2Elements (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp9121 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerVectorShuffleWithSHUFPS() local
9123 if (NumV2Elements == 1) { in lowerVectorShuffleWithSHUFPS()
9158 } else if (NumV2Elements == 2) { in lowerVectorShuffleWithSHUFPS()
9212 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4F32VectorShuffle() local
9214 if (NumV2Elements == 0) { in lowerV4F32VectorShuffle()
9246 if (NumV2Elements == 1 && Mask[0] >= 4) in lowerV4F32VectorShuffle()
9300 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4I32VectorShuffle() local
9302 if (NumV2Elements == 0) { in lowerV4I32VectorShuffle()
9330 if (NumV2Elements == 1) in lowerV4I32VectorShuffle()
10122 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); in lowerV16I8VectorShuffle() local
[all …]