Home
last modified time | relevance | path

Searched refs:MatchHi (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11443 bool MatchLo = true, MatchHi = true; in matchShuffleWithUNPCK() local
11444 for (int i = 0; (i != NumElts) && (MatchLo || MatchHi); ++i) { in matchShuffleWithUNPCK()
11453 MatchHi &= (M == Unpckh[i]); in matchShuffleWithUNPCK()
11456 if (MatchLo || MatchHi) { in matchShuffleWithUNPCK()
12257 bool MatchLo = true, MatchHi = true; in lowerShuffleAsUNPCKAndPermute() local
12278 MatchHi &= isUndefOrInRange(M, Mid, Hi) || in lowerShuffleAsUNPCKAndPermute()
12280 if (!MatchLo && !MatchHi) in lowerShuffleAsUNPCKAndPermute()
12284 assert((MatchLo ^ MatchHi) && "Failed to match UNPCKLO/UNPCKHI"); in lowerShuffleAsUNPCKAndPermute()