Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h395 UNPCKL, enumerator
DX86InstrFragmentsSIMD.td426 def X86Unpckl : SDNode<"X86ISD::UNPCKL", SDTShuff2Op>;
DX86ISelLowering.cpp4706 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc13971 // FastEmit functions for X86ISD::UNPCKL.
15211 case X86ISD::UNPCKL: return fastEmit_X86ISD_UNPCKL_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);