Searched defs:NumV2Elements (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 9121 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 13301 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerShuffleWithSHUFPS() local 13390 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4F32Shuffle() local 13493 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4I32Shuffle() local 14407 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); in lowerV16I8Shuffle() local 16454 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower256BitShuffle() local 16984 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower512BitShuffle() local 17238 int NumV1Elements = 0, NumV2Elements = 0; in canonicalizeShuffleMaskWithCommute() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 15273 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerShuffleWithSHUFPS() local 15368 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4F32Shuffle() local 15471 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4I32Shuffle() local 16338 int NumV2Elements = count_if(Mask, [](int M) { return M >= 8; }); in lowerV8F16Shuffle() local 16449 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); in lowerV16I8Shuffle() local 18738 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower256BitShuffle() local 19337 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower512BitShuffle() local 19621 int NumV1Elements = 0, NumV2Elements = 0; in canonicalizeShuffleMaskWithCommute() local
|