Searched refs:SwapSources (Results 1 – 1 of 1) sorted by relevance
2484 static bool isInterleaveShuffle(ArrayRef<int> Mask, MVT VT, bool &SwapSources, in isInterleaveShuffle() argument2521 SwapSources = Srcs[0] > Srcs[1]; in isInterleaveShuffle()2732 bool SwapSources; in lowerVECTOR_SHUFFLE() local2733 if (isInterleaveShuffle(Mask, VT, SwapSources, Subtarget)) { in lowerVECTOR_SHUFFLE()2735 if (SwapSources) in lowerVECTOR_SHUFFLE()2947 bool SwapSources; in isShuffleMaskLegal() local2950 isInterleaveShuffle(M, SVT, SwapSources, Subtarget); in isShuffleMaskLegal()