Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2484 static bool isInterleaveShuffle(ArrayRef<int> Mask, MVT VT, bool &SwapSources, in isInterleaveShuffle() argument
2521 SwapSources = Srcs[0] > Srcs[1]; in isInterleaveShuffle()
2732 bool SwapSources; in lowerVECTOR_SHUFFLE() local
2733 if (isInterleaveShuffle(Mask, VT, SwapSources, Subtarget)) { in lowerVECTOR_SHUFFLE()
2735 if (SwapSources) in lowerVECTOR_SHUFFLE()
2947 bool SwapSources; in isShuffleMaskLegal() local
2950 isInterleaveShuffle(M, SVT, SwapSources, Subtarget); in isShuffleMaskLegal()