Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp10821 unsigned &UnpackOpcode, bool IsUnary, in matchShuffleWithUNPCK() argument
10843 UnpackOpcode = X86ISD::UNPCKL; in matchShuffleWithUNPCK()
10851 UnpackOpcode = X86ISD::UNPCKH; in matchShuffleWithUNPCK()
10878 UnpackOpcode = MatchLo ? X86ISD::UNPCKL : X86ISD::UNPCKH; in matchShuffleWithUNPCK()
10889 UnpackOpcode = X86ISD::UNPCKL; in matchShuffleWithUNPCK()
10896 UnpackOpcode = X86ISD::UNPCKH; in matchShuffleWithUNPCK()