Searched refs:splitAndLowerVectorShuffle (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 13693 static SDValue splitAndLowerVectorShuffle(const SDLoc &DL, MVT VT, SDValue V1, in splitAndLowerVectorShuffle() function 13863 return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG); in lowerVectorShuffleAsSplitOrBlend() 13962 return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG); in lowerVectorShuffleAsLanePermuteAndBlend() 13969 return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG); in lowerVectorShuffleAsLanePermuteAndBlend() 15268 return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG); in lower256BitVectorShuffle() 15760 return splitAndLowerVectorShuffle(DL, MVT::v64i8, V1, V2, Mask, DAG); in lowerV64I8VectorShuffle()
|