Home | History | Annotate | Download | only in X86

Lines Matching refs:isUNPCKHMask

3554 /// isUNPCKHMask - Return true if the specified VECTOR_SHUFFLE operand
3556 static bool isUNPCKHMask(const SmallVectorImpl<int> &Mask, EVT VT,
3595 bool X86::isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3598 return ::isUNPCKHMask(M, N->getValueType(0), V2IsSplat);
3644 /// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
6606 if (HasXMMInt && X86::isUNPCKHMask(SVOp) && V2IsUndef &&
6711 if (X86::isUNPCKHMask(SVOp))
6723 } else if (X86::isUNPCKHMask(NSVOp, true)) {
6738 if (X86::isUNPCKHMask(NewSVOp))
10869 isUNPCKHMask(M, VT) ||