Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15564 int SrcSubLane = (SrcLane * SubLaneScale) + SubLane; in lowerShuffleAsRepeatedMaskAndLanePermute() local
15565 TopSrcSubLane = std::max(TopSrcSubLane, SrcSubLane); in lowerShuffleAsRepeatedMaskAndLanePermute()
15566 Dst2SrcSubLanes[DstSubLane] = SrcSubLane; in lowerShuffleAsRepeatedMaskAndLanePermute()
15594 int SrcSubLane = Dst2SrcSubLanes[i / NumSubLaneElts]; in lowerShuffleAsRepeatedMaskAndLanePermute() local
15595 if (SrcSubLane < 0) in lowerShuffleAsRepeatedMaskAndLanePermute()
15598 SubLaneMask[i + j] = j + (SrcSubLane * NumSubLaneElts); in lowerShuffleAsRepeatedMaskAndLanePermute()