Searched refs:PackOpcode (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 11801 unsigned &PackOpcode, ArrayRef<int> TargetMask, in matchShuffleWithPACK() argument 11822 PackOpcode = X86ISD::PACKUS; in matchShuffleWithPACK() 11831 PackOpcode = X86ISD::PACKSS; in matchShuffleWithPACK() 11864 unsigned PackOpcode; in lowerShuffleWithPACK() local 11868 if (!matchShuffleWithPACK(VT, PackVT, V1, V2, PackOpcode, Mask, DAG, in lowerShuffleWithPACK() 11883 (PackOpcode == X86ISD::PACKSS || Subtarget.hasSSE41())) in lowerShuffleWithPACK() 11895 Res = DAG.getNode(PackOpcode, DL, DstVT, DAG.getBitcast(SrcVT, V1), in lowerShuffleWithPACK()
|