Searched refs:PackOpcode (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9548 SDValue &V2, unsigned &PackOpcode, in matchVectorShuffleWithPACK() argument 9567 PackOpcode = X86ISD::PACKUS; in matchVectorShuffleWithPACK() 9576 PackOpcode = X86ISD::PACKSS; in matchVectorShuffleWithPACK() 9604 unsigned PackOpcode; in lowerVectorShuffleWithPACK() local 9605 if (matchVectorShuffleWithPACK(VT, PackVT, V1, V2, PackOpcode, Mask, DAG, in lowerVectorShuffleWithPACK() 9607 return DAG.getNode(PackOpcode, DL, VT, DAG.getBitcast(PackVT, V1), in lowerVectorShuffleWithPACK()
|