Searched refs:matchVectorShuffleWithSHUFPD (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 14572 static bool matchVectorShuffleWithSHUFPD(MVT VT, SDValue &V1, SDValue &V2, in matchVectorShuffleWithSHUFPD() function 14616 if (!matchVectorShuffleWithSHUFPD(VT, V1, V2, Immediate, Mask)) in lowerVectorShuffleWithSHUFPD() 30741 if (matchVectorShuffleWithSHUFPD(MaskVT, V1, V2, PermuteImm, Mask)) { in matchBinaryPermuteVectorShuffle()
|