Searched refs:UNPCKL (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 402 UNPCKL, enumerator
|
D | X86ISelLowering.cpp | 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() [all …]
|
D | X86InstrFragmentsSIMD.td | 392 def X86Unpckl : SDNode<"X86ISD::UNPCKL", SDTShuff2Op>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 459 UNPCKL, enumerator
|
D | X86InstrFragmentsSIMD.td | 435 def X86Unpckl : SDNode<"X86ISD::UNPCKL", SDTShuff2Op>;
|
D | X86ISelLowering.cpp | 4804 case X86ISD::UNPCKL: in isTargetShuffle() 6941 case X86ISD::UNPCKL: in getTargetShuffleMask() 11226 UnpackOpcode = X86ISD::UNPCKL; in matchShuffleWithUNPCK() 11261 UnpackOpcode = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in matchShuffleWithUNPCK() 11272 UnpackOpcode = X86ISD::UNPCKL; in matchShuffleWithUNPCK() 11296 return DAG.getNode(X86ISD::UNPCKL, DL, VT, V1, V2); in lowerShuffleWithUNPCK() 11306 return DAG.getNode(X86ISD::UNPCKL, DL, VT, V2, V1); in lowerShuffleWithUNPCK() 11326 UnpackOpcode = X86ISD::UNPCKL; in lowerShuffleWithUNPCK256() 12108 unsigned UnpckOp = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in lowerShuffleAsUNPCKAndPermute() 12987 DAG.getNode(X86ISD::UNPCKL, DL, MVT::v2i64, Lo, Hi)); in lowerShuffleAsSpecificZeroOrAnyExtend() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 395 UNPCKL, enumerator
|
D | X86InstrFragmentsSIMD.td | 426 def X86Unpckl : SDNode<"X86ISD::UNPCKL", SDTShuff2Op>;
|
D | X86ISelLowering.cpp | 4706 case X86ISD::UNPCKL: in isTargetShuffle() 6657 case X86ISD::UNPCKL: in getTargetShuffleMask() 10843 UnpackOpcode = X86ISD::UNPCKL; in matchShuffleWithUNPCK() 10878 UnpackOpcode = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in matchShuffleWithUNPCK() 10889 UnpackOpcode = X86ISD::UNPCKL; in matchShuffleWithUNPCK() 10913 return DAG.getNode(X86ISD::UNPCKL, DL, VT, V1, V2); in lowerShuffleWithUNPCK() 10923 return DAG.getNode(X86ISD::UNPCKL, DL, VT, V2, V1); in lowerShuffleWithUNPCK() 11483 unsigned UnpckOp = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in lowerShuffleAsUNPCKAndPermute() 12241 DAG.getNode(X86ISD::UNPCKL, DL, MVT::v2i64, Lo, Hi)); in lowerShuffleAsSpecificZeroOrAnyExtend() 12278 unsigned UnpackLoHi = X86ISD::UNPCKL; in lowerShuffleAsSpecificZeroOrAnyExtend() [all …]
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 13971 // FastEmit functions for X86ISD::UNPCKL. 15211 case X86ISD::UNPCKL: return fastEmit_X86ISD_UNPCKL_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|