Searched refs:UNPCKL (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 466 UNPCKL, enumerator
|
H A D | X86ISelLowering.cpp | 2714 case X86ISD::UNPCKL: in isTargetShuffle() 5293 case X86ISD::UNPCKL: in getTargetShuffleMask() 9941 UnpackOpcode = X86ISD::UNPCKL; in matchShuffleWithUNPCK() 9977 UnpackOpcode = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in matchShuffleWithUNPCK() 9988 UnpackOpcode = X86ISD::UNPCKL; in matchShuffleWithUNPCK() 10012 return DAG.getNode(X86ISD::UNPCKL, DL, VT, V1, V2); in lowerShuffleWithUNPCK() 10022 return DAG.getNode(X86ISD::UNPCKL, DL, VT, V2, V1); in lowerShuffleWithUNPCK() 10042 UnpackOpcode = X86ISD::UNPCKL; in lowerShuffleWithUNPCK256() 10914 unsigned UnpckOp = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in lowerShuffleAsUNPCKAndPermute() 10988 VT, DAG.getNode(UnpackLo ? X86ISD::UNPCKL : X86ISD::UNPCKH, DL, in lowerShuffleAsPermuteAndUnpack() [all …]
|
H A D | X86InstrFragmentsSIMD.td | 438 def X86Unpckl : SDNode<"X86ISD::UNPCKL", SDTShuff2Op>;
|