Searched refs:isUNPCKHMask (Results 1 – 4 of 4) sorted by relevance
418 bool isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat = false);
443 return X86::isUNPCKHMask(cast<ShuffleVectorSDNode>(N));
3557 static bool isUNPCKHMask(const SmallVectorImpl<int> &Mask, EVT VT, in isUNPCKHMask() function3596 bool X86::isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat) { in isUNPCKHMask() function in X863599 return ::isUNPCKHMask(M, N->getValueType(0), V2IsSplat); in isUNPCKHMask()6607 if (HasXMMInt && X86::isUNPCKHMask(SVOp) && V2IsUndef && in LowerVECTOR_SHUFFLE()6712 if (X86::isUNPCKHMask(SVOp)) in LowerVECTOR_SHUFFLE()6724 } else if (X86::isUNPCKHMask(NSVOp, true)) { in LowerVECTOR_SHUFFLE()6739 if (X86::isUNPCKHMask(NewSVOp)) in LowerVECTOR_SHUFFLE()10871 isUNPCKHMask(M, VT) || in isShuffleMaskLegal()
47617 return X86::isUNPCKHMask(cast<ShuffleVectorSDNode>(N));