Home
last modified time | relevance | path

Searched refs:UNPCKH (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.h396 UNPCKH, enumerator
DX86InstrFragmentsSIMD.td427 def X86Unpckh : SDNode<"X86ISD::UNPCKH", SDTShuff2Op>;
DX86ISelLowering.cpp4707 case X86ISD::UNPCKH: in isTargetShuffle()
6651 case X86ISD::UNPCKH: in getTargetShuffleMask()
10851 UnpackOpcode = X86ISD::UNPCKH; in matchShuffleWithUNPCK()
10878 UnpackOpcode = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in matchShuffleWithUNPCK()
10896 UnpackOpcode = X86ISD::UNPCKH; in matchShuffleWithUNPCK()
10918 return DAG.getNode(X86ISD::UNPCKH, DL, VT, V1, V2); in lowerShuffleWithUNPCK()
10927 return DAG.getNode(X86ISD::UNPCKH, DL, VT, V2, V1); in lowerShuffleWithUNPCK()
11483 unsigned UnpckOp = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in lowerShuffleAsUNPCKAndPermute()
12280 UnpackLoHi = X86ISD::UNPCKH; in lowerShuffleAsSpecificZeroOrAnyExtend()
13055 VT, DAG.getNode(UnpackLo ? X86ISD::UNPCKL : X86ISD::UNPCKH, DL, in lowerShuffleAsPermuteAndUnpack()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc13723 // FastEmit functions for X86ISD::UNPCKH.
15210 case X86ISD::UNPCKH: return fastEmit_X86ISD_UNPCKH_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);