Searched defs:NumV2Elements (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 12846 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); lowerShuffleWithSHUFPS() local 12946 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); lowerV4F32Shuffle() local 13052 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); lowerV4I32Shuffle() local 13946 int NumV2Elements = count_if(Mask, [](int M) { return M >= 8; }); lowerV8F16Shuffle() local 14058 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); lowerV16I8Shuffle() local 16060 int NumV2Elements = count_if(Mask, [](int M) { return M >= 8; }); lowerV8I32Shuffle() local 16445 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); lower256BitShuffle() local 16818 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); lowerV16I32Shuffle() local 17080 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); lower512BitShuffle() local 17227 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); lower1BitShuffle() local 17361 int NumV1Elements = 0, NumV2Elements = 0; canonicalizeShuffleMaskWithCommute() local [all...] |