Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10956 int UnpackIdx = i / Scale; in lowerShuffleAsPermuteAndUnpack() local
10960 if ((UnpackIdx % 2 == 0) != (Mask[i] < Size)) in lowerShuffleAsPermuteAndUnpack()
10965 SmallVectorImpl<int> &VMask = (UnpackIdx % 2 == 0) ? V1Mask : V2Mask; in lowerShuffleAsPermuteAndUnpack()
10966 VMask[(UnpackIdx / 2) * Scale + i % Scale + (UnpackLo ? 0 : Size / 2)] = in lowerShuffleAsPermuteAndUnpack()