Lines Matching refs:UNPCKL
3813 case X86ISD::UNPCKL: in isTargetShuffle()
3863 case X86ISD::UNPCKL: in getTargetShuffleNode()
4882 case X86ISD::UNPCKL: in getTargetShuffleMask()
7371 return DAG.getNode(X86ISD::UNPCKL, DL, VT, V1, V2); in lowerVectorShuffleWithUNPCK()
7378 return DAG.getNode(X86ISD::UNPCKL, DL, VT, V2, V1); in lowerVectorShuffleWithUNPCK()
8158 DAG.getNode(X86ISD::UNPCKL, DL, MVT::v2i64, Lo, Hi)); in lowerVectorShuffleAsSpecificZeroOrAnyExtend()
8191 unsigned UnpackLoHi = X86ISD::UNPCKL; in lowerVectorShuffleAsSpecificZeroOrAnyExtend()
8852 VT, DAG.getNode(UnpackLo ? X86ISD::UNPCKL : X86ISD::UNPCKH, DL, in lowerVectorShuffleAsPermuteAndUnpack()
8891 VT, DL, DAG.getNode(NumLoInputs == 0 ? X86ISD::UNPCKH : X86ISD::UNPCKL, in lowerVectorShuffleAsPermuteAndUnpack()
10199 V1 = DAG.getNode(TargetLo ? X86ISD::UNPCKL : X86ISD::UNPCKH, DL, in lowerV16I8VectorShuffle()
10368 MVT::v8i16, DAG.getNode(X86ISD::UNPCKL, DL, MVT::v16i8, V, Zero)); in lowerV16I8VectorShuffle()
16089 Curr = DAG.getNode(X86ISD::UNPCKL, dl, CurrVT, DAG.getUNDEF(CurrVT), Curr); in LowerSIGN_EXTEND_VECTOR_INREG()
20283 SDValue ALo = DAG.getNode(X86ISD::UNPCKL, dl, VT, DAG.getUNDEF(VT), Amt); in LowerShift()
20285 SDValue RLo = DAG.getNode(X86ISD::UNPCKL, dl, VT, DAG.getUNDEF(VT), R); in LowerShift()
20351 SDValue ALo = DAG.getNode(X86ISD::UNPCKL, dl, VT, Amt, Z); in LowerShift()
20353 SDValue RLo = DAG.getNode(X86ISD::UNPCKL, dl, VT, Z, R); in LowerShift()
20861 SDValue Low = DAG.getNode(X86ISD::UNPCKL, DL, VT, V, Zeros); in LowerHorizontalByteSum()
22245 case X86ISD::UNPCKL: return "X86ISD::UNPCKL"; in getTargetNodeName()
24982 Shuffle = X86ISD::UNPCKL; in matchBinaryVectorShuffle()
24994 Shuffle = X86ISD::UNPCKL; in matchBinaryVectorShuffle()
25548 case X86ISD::UNPCKL: in combineRedundantDWordShuffle()
25558 V.getOpcode() == X86ISD::UNPCKL ? X86ISD::PSHUFLW : X86ISD::PSHUFHW; in combineRedundantDWordShuffle()
25611 case X86ISD::UNPCKL: in combineRedundantDWordShuffle()
25713 case X86ISD::UNPCKL: { in combineTargetShuffle()
25962 return DAG.getNode(MappedMask[0] == 0 ? X86ISD::UNPCKL in combineTargetShuffle()
27585 SDValue Res = DAG.getNode(X86ISD::UNPCKL, DL, OpsVT, MulLo, MulHi); in reduceVMULWidth()
31001 case X86ISD::UNPCKL: in PerformDAGCombine()