Home
last modified time | relevance | path

Searched refs:UnpackIdx (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp11237 int UnpackIdx = i / Scale; in lowerVectorShuffleAsPermuteAndUnpack() local
11241 if ((UnpackIdx % 2 == 0) != (Mask[i] < Size)) in lowerVectorShuffleAsPermuteAndUnpack()
11246 SmallVectorImpl<int> &VMask = (UnpackIdx % 2 == 0) ? V1Mask : V2Mask; in lowerVectorShuffleAsPermuteAndUnpack()
11247 VMask[(UnpackIdx / 2) * Scale + i % Scale + (UnpackLo ? 0 : Size / 2)] = in lowerVectorShuffleAsPermuteAndUnpack()