Searched refs:PackOpcode (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 11028 unsigned &PackOpcode, ArrayRef<int> TargetMask, in matchShuffleWithPACK() argument 11046 PackOpcode = X86ISD::PACKUS; in matchShuffleWithPACK() 11055 PackOpcode = X86ISD::PACKSS; in matchShuffleWithPACK() 11082 unsigned PackOpcode; in lowerShuffleWithPACK() local 11083 if (matchShuffleWithPACK(VT, PackVT, V1, V2, PackOpcode, Mask, DAG, in lowerShuffleWithPACK() 11085 return DAG.getNode(PackOpcode, DL, VT, DAG.getBitcast(PackVT, V1), in lowerShuffleWithPACK()
|