Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9914 unsigned &UnpackOpcode, bool IsUnary, in matchVectorShuffleWithUNPCK() argument
9936 UnpackOpcode = X86ISD::UNPCKL; in matchVectorShuffleWithUNPCK()
9944 UnpackOpcode = X86ISD::UNPCKH; in matchVectorShuffleWithUNPCK()
9971 UnpackOpcode = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in matchVectorShuffleWithUNPCK()
9982 UnpackOpcode = X86ISD::UNPCKL; in matchVectorShuffleWithUNPCK()
9989 UnpackOpcode = X86ISD::UNPCKH; in matchVectorShuffleWithUNPCK()