Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12179 bool MatchLo = true, MatchHi = true; in matchShuffleWithUNPCK() local
12180 for (int i = 0; (i != NumElts) && (MatchLo || MatchHi); ++i) { in matchShuffleWithUNPCK()
12189 MatchHi &= (M == Unpckh[i]); in matchShuffleWithUNPCK()
12192 if (MatchLo || MatchHi) { in matchShuffleWithUNPCK()
13015 bool MatchLo = true, MatchHi = true; in lowerShuffleAsUNPCKAndPermute() local
13036 MatchHi &= isUndefOrInRange(M, Mid, Hi) || in lowerShuffleAsUNPCKAndPermute()
13038 if (!MatchLo && !MatchHi) in lowerShuffleAsUNPCKAndPermute()
13042 assert((MatchLo ^ MatchHi) && "Failed to match UNPCKLO/UNPCKHI"); in lowerShuffleAsUNPCKAndPermute()