Searched refs:PackOpcode (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 12740 unsigned &PackOpcode, ArrayRef<int> TargetMask, in matchShuffleWithPACK() argument 12768 PackOpcode = X86ISD::PACKUS; in matchShuffleWithPACK() 12781 PackOpcode = X86ISD::PACKSS; in matchShuffleWithPACK() 12814 unsigned PackOpcode; in lowerShuffleWithPACK() local 12818 if (!matchShuffleWithPACK(VT, PackVT, V1, V2, PackOpcode, Mask, DAG, in lowerShuffleWithPACK() 12833 (PackOpcode == X86ISD::PACKSS || Subtarget.hasSSE41())) in lowerShuffleWithPACK() 12845 Res = DAG.getNode(PackOpcode, DL, DstVT, DAG.getBitcast(SrcVT, V1), in lowerShuffleWithPACK()
|