Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp9121 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerVectorShuffleWithSHUFPS() local
9212 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4F32VectorShuffle() local
9300 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4I32VectorShuffle() local
10122 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); in lowerV16I8VectorShuffle() local
11654 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower256BitVectorShuffle() local
12180 int NumV1Elements = 0, NumUndefElements = 0, NumV2Elements = 0; in lowerVectorShuffle() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp13298 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerShuffleWithSHUFPS() local
13387 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4F32Shuffle() local
13490 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4I32Shuffle() local
14404 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); in lowerV16I8Shuffle() local
16451 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower256BitShuffle() local
16981 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower512BitShuffle() local
17235 int NumV1Elements = 0, NumV2Elements = 0; in canonicalizeShuffleMaskWithCommute() local
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp14039 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerShuffleWithSHUFPS() local
14134 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4F32Shuffle() local
14237 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4I32Shuffle() local
15159 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); in lowerV16I8Shuffle() local
17276 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower256BitShuffle() local
17851 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower512BitShuffle() local
18117 int NumV1Elements = 0, NumV2Elements = 0; in canonicalizeShuffleMaskWithCommute() local