Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16806 int SplitNumElements = NumElements / 2; in splitAndLowerShuffle() local
16808 MVT SplitVT = MVT::getVectorVT(ScalarVT, SplitNumElements); in splitAndLowerShuffle()
16826 SmallVector<int, 32> V1BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
16827 SmallVector<int, 32> V2BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
16828 SmallVector<int, 32> BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
16829 for (int i = 0; i < SplitNumElements; ++i) { in splitAndLowerShuffle()
16832 if (M >= NumElements + SplitNumElements) in splitAndLowerShuffle()
16837 BlendMask[i] = SplitNumElements + i; in splitAndLowerShuffle()
16839 if (M >= SplitNumElements) in splitAndLowerShuffle()
16867 for (int i = 0; i < SplitNumElements; ++i) in splitAndLowerShuffle()
[all …]