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/ |
D | X86ISelLowering.h | 396 UNPCKH, enumerator
|
D | X86InstrFragmentsSIMD.td | 427 def X86Unpckh : SDNode<"X86ISD::UNPCKH", SDTShuff2Op>;
|
D | X86ISelLowering.cpp | 4707 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/ |
D | X86GenFastISel.inc | 13723 // FastEmit functions for X86ISD::UNPCKH. 15210 case X86ISD::UNPCKH: return fastEmit_X86ISD_UNPCKH_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|