Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13003 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); lowerShuffleWithSHUFPS() local
13103 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); lowerV4F32Shuffle() local
13209 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; }); lowerV4I32Shuffle() local
14103 int NumV2Elements = count_if(Mask, [](int M) { return M >= 8; }); lowerV8F16Shuffle() local
14215 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); lowerV16I8Shuffle() local
16215 int NumV2Elements = count_if(Mask, [](int M) { return M >= 8; }); lowerV8I32Shuffle() local
16600 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); lower256BitShuffle() local
16973 int NumV2Elements = count_if(Mask, [](int M) { return M >= 16; }); lowerV16I32Shuffle() local
17235 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); lower512BitShuffle() local
17382 int NumV2Elements = count_if(Mask, [NumElts](int M) { return M >= NumElts; }); lower1BitShuffle() local
17516 int NumV1Elements = 0, NumV2Elements = 0; canonicalizeShuffleMaskWithCommute() local
[all...]