Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15701 int SplitNumElements = NumElements / 2; in splitAndLowerShuffle() local
15703 MVT SplitVT = MVT::getVectorVT(ScalarVT, SplitNumElements); in splitAndLowerShuffle()
15721 SmallVector<int, 32> V1BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
15722 SmallVector<int, 32> V2BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
15723 SmallVector<int, 32> BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
15724 for (int i = 0; i < SplitNumElements; ++i) { in splitAndLowerShuffle()
15727 if (M >= NumElements + SplitNumElements) in splitAndLowerShuffle()
15732 BlendMask[i] = SplitNumElements + i; in splitAndLowerShuffle()
15734 if (M >= SplitNumElements) in splitAndLowerShuffle()
15762 for (int i = 0; i < SplitNumElements; ++i) in splitAndLowerShuffle()
[all …]