Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15109 int SplitNumElements = NumElements / 2; in splitAndLowerShuffle() local
15111 MVT SplitVT = MVT::getVectorVT(ScalarVT, SplitNumElements); in splitAndLowerShuffle()
15131 for (int i = 0; i < SplitNumElements; ++i) { in splitAndLowerShuffle()
15134 if (M >= NumElements + SplitNumElements) in splitAndLowerShuffle()
15139 if (M >= SplitNumElements) in splitAndLowerShuffle()
15158 SmallVector<int, 32> V1BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
15159 SmallVector<int, 32> V2BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
15160 SmallVector<int, 32> BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
15161 for (int i = 0; i < SplitNumElements; ++i) { in splitAndLowerShuffle()
15165 BlendMask[i] = SplitNumElements + i; in splitAndLowerShuffle()
[all …]