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/ |
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 …]
|
/third_party/skia/third_party/externals/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);
|