Searched refs:PackOpcode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 10121 SDValue &V2, unsigned &PackOpcode, in matchVectorShuffleWithPACK() argument 10140 PackOpcode = X86ISD::PACKUS; in matchVectorShuffleWithPACK() 10149 PackOpcode = X86ISD::PACKSS; in matchVectorShuffleWithPACK() 10177 unsigned PackOpcode; in lowerVectorShuffleWithPACK() local 10178 if (matchVectorShuffleWithPACK(VT, PackVT, V1, V2, PackOpcode, Mask, DAG, in lowerVectorShuffleWithPACK() 10180 return DAG.getNode(PackOpcode, DL, VT, DAG.getBitcast(PackVT, V1), in lowerVectorShuffleWithPACK()
|