Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h414 bool isUNPCKLMask(ShuffleVectorSDNode *N, bool V2IsSplat = false);
DX86InstrFragmentsSIMD.td438 return X86::isUNPCKLMask(cast<ShuffleVectorSDNode>(N));
DX86ISelLowering.cpp3508 static bool isUNPCKLMask(const SmallVectorImpl<int> &Mask, EVT VT, in isUNPCKLMask() function
3549 bool X86::isUNPCKLMask(ShuffleVectorSDNode *N, bool V2IsSplat) { in isUNPCKLMask() function in X86
3552 return ::isUNPCKLMask(M, N->getValueType(0), V2IsSplat); in isUNPCKLMask()
6656 if (X86::isMOVLHPSMask(SVOp) && !X86::isUNPCKLMask(SVOp)) in LowerVECTOR_SHUFFLE()
6709 if (X86::isUNPCKLMask(SVOp)) in LowerVECTOR_SHUFFLE()
6722 if (X86::isUNPCKLMask(NSVOp, true)) { in LowerVECTOR_SHUFFLE()
6736 if (X86::isUNPCKLMask(NewSVOp)) in LowerVECTOR_SHUFFLE()
10870 isUNPCKLMask(M, VT) || in isShuffleMaskLegal()
DX86GenDAGISel.inc48219 return X86::isUNPCKLMask(cast<ShuffleVectorSDNode>(N));