Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp11523 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerVectorShuffleWithSHUFPS() local
11525 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() local
11615 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() local
11717 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 …]