Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp12314 SmallVector<int, 64> Unpckl, Unpckh; in matchShuffleWithUNPCK() local
12315 createUnpackShuffleMask(VT, Unpckl, /* Lo = */ true, IsUnary); in matchShuffleWithUNPCK()
12316 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl, DAG, V1, in matchShuffleWithUNPCK()
12349 MatchLo &= (M == Unpckl[i]); in matchShuffleWithUNPCK()
12363 ShuffleVectorSDNode::commuteMask(Unpckl); in matchShuffleWithUNPCK()
12364 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl, DAG)) { in matchShuffleWithUNPCK()
12386 SmallVector<int, 8> Unpckl; in lowerShuffleWithUNPCK() local
12387 createUnpackShuffleMask(VT, Unpckl, /* Lo = */ true, /* Unary = */ false); in lowerShuffleWithUNPCK()
12388 if (isShuffleEquivalent(Mask, Unpckl, V1, V2)) in lowerShuffleWithUNPCK()
12397 ShuffleVectorSDNode::commuteMask(Unpckl); in lowerShuffleWithUNPCK()
[all …]