Home
last modified time | relevance | path

Searched refs:UNPCKL (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.h402 UNPCKL, enumerator
DX86ISelLowering.cpp3813 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()
[all …]
DX86InstrFragmentsSIMD.td392 def X86Unpckl : SDNode<"X86ISD::UNPCKL", SDTShuff2Op>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h413 UNPCKL, enumerator
DX86ISelLowering.cpp4379 case X86ISD::UNPCKL: in isTargetShuffle()
5799 case X86ISD::UNPCKL: in getTargetShuffleMask()
9363 UnpackOpcode = X86ISD::UNPCKL; in matchVectorShuffleWithUNPCK()
9398 UnpackOpcode = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in matchVectorShuffleWithUNPCK()
9409 UnpackOpcode = X86ISD::UNPCKL; in matchVectorShuffleWithUNPCK()
9433 return DAG.getNode(X86ISD::UNPCKL, DL, VT, V1, V2); in lowerVectorShuffleWithUNPCK()
9443 return DAG.getNode(X86ISD::UNPCKL, DL, VT, V2, V1); in lowerVectorShuffleWithUNPCK()
10507 DAG.getNode(X86ISD::UNPCKL, DL, MVT::v2i64, Lo, Hi)); in lowerVectorShuffleAsSpecificZeroOrAnyExtend()
10540 unsigned UnpackLoHi = X86ISD::UNPCKL; in lowerVectorShuffleAsSpecificZeroOrAnyExtend()
11268 VT, DAG.getNode(UnpackLo ? X86ISD::UNPCKL : X86ISD::UNPCKH, DL, in lowerVectorShuffleAsPermuteAndUnpack()
[all …]
DX86InstrFragmentsSIMD.td387 def X86Unpckl : SDNode<"X86ISD::UNPCKL", SDTShuff2Op>;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc11107 // FastEmit functions for X86ISD::UNPCKL.
12034 case X86ISD::UNPCKL: return fastEmit_X86ISD_UNPCKL_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);