Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12340 bool MatchLo = true, MatchHi = true; in matchShuffleWithUNPCK() local
12341 for (int i = 0; (i != NumElts) && (MatchLo || MatchHi); ++i) { in matchShuffleWithUNPCK()
12350 MatchHi &= (M == Unpckh[i]); in matchShuffleWithUNPCK()
12353 if (MatchLo || MatchHi) { in matchShuffleWithUNPCK()
13212 bool MatchLo = true, MatchHi = true; in lowerShuffleAsUNPCKAndPermute() local
13233 MatchHi &= isUndefOrInRange(M, Mid, Hi) || in lowerShuffleAsUNPCKAndPermute()
13235 if (!MatchLo && !MatchHi) in lowerShuffleAsUNPCKAndPermute()
13239 assert((MatchLo ^ MatchHi) && "Failed to match UNPCKLO/UNPCKHI"); in lowerShuffleAsUNPCKAndPermute()