Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h466 UNPCKL, enumerator
H A DX86ISelLowering.cpp2714 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 DX86InstrFragmentsSIMD.td438 def X86Unpckl : SDNode<"X86ISD::UNPCKL", SDTShuff2Op>;