Searched defs:isUNPCKHMask (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp3555 /// isUNPCKHMask - Return true if the specified VECTOR_SHUFFLE operand
3557 static bool isUNPCKHMask(const SmallVectorImpl<int> &Mask, EVT VT, function
3596 bool X86::isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat) { function in class:X86
3599 return ::isUNPCKHMask(M, N->getValueType(0), V2IsSplat);
3645 /// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
6607 if (HasXMMInt && X86::isUNPCKHMask(SVOp) && V2IsUndef &&
6712 if (X86::isUNPCKHMask(SVOp))
6724 } else if (X86::isUNPCKHMask(NSVOp, true)) {
6739 if (X86::isUNPCKHMask(NewSVOp))
10871 isUNPCKHMask(
[all...]

Completed in 144 milliseconds