Home
last modified time | relevance | path

Searched refs:splitAndLowerVectorShuffle (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp10467 static SDValue splitAndLowerVectorShuffle(const SDLoc &DL, MVT VT, SDValue V1, in splitAndLowerVectorShuffle() function
10636 return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG); in lowerVectorShuffleAsSplitOrBlend()
10669 return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG); in lowerVectorShuffleAsLanePermuteAndBlend()
11681 return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG); in lower256BitVectorShuffle()
12012 return splitAndLowerVectorShuffle(DL, MVT::v64i8, V1, V2, Mask, DAG); in lowerV64I8VectorShuffle()