Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14241 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerShuffleWithSHUFPS() local
14336 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4F32Shuffle() local
14439 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); in lowerV4I32Shuffle() local
15361 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); in lowerV16I8Shuffle() local
17478 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower256BitShuffle() local
18053 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); in lower512BitShuffle() local
18319 int NumV1Elements = 0, NumV2Elements = 0; in canonicalizeShuffleMaskWithCommute() local