Searched refs:matchVectorShuffleWithPACK (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 10120 static bool matchVectorShuffleWithPACK(MVT VT, MVT &SrcVT, SDValue &V1, in matchVectorShuffleWithPACK() function 10178 if (matchVectorShuffleWithPACK(VT, PackVT, V1, V2, PackOpcode, Mask, DAG, in lowerVectorShuffleWithPACK() 30620 if (matchVectorShuffleWithPACK(MaskVT, SrcVT, V1, V2, Shuffle, Mask, DAG, in matchBinaryVectorShuffle()
|