Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8822 int UnpackIdx = i / Scale; in lowerVectorShuffleAsPermuteAndUnpack() local
8826 if ((UnpackIdx % 2 == 0) != (Mask[i] < Size)) in lowerVectorShuffleAsPermuteAndUnpack()
8831 SmallVectorImpl<int> &VMask = (UnpackIdx % 2 == 0) ? V1Mask : V2Mask; in lowerVectorShuffleAsPermuteAndUnpack()
8832 VMask[(UnpackIdx / 2) * Scale + i % Scale + (UnpackLo ? 0 : Size / 2)] = in lowerVectorShuffleAsPermuteAndUnpack()