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.cpp14551 int SplitNumElements = NumElements / 2; in splitAndLowerShuffle() local
14553 MVT SplitVT = MVT::getVectorVT(ScalarVT, SplitNumElements); in splitAndLowerShuffle()
14573 for (int i = 0; i < SplitNumElements; ++i) { in splitAndLowerShuffle()
14576 if (M >= NumElements + SplitNumElements) in splitAndLowerShuffle()
14581 if (M >= SplitNumElements) in splitAndLowerShuffle()
14600 SmallVector<int, 32> V1BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
14601 SmallVector<int, 32> V2BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
14602 SmallVector<int, 32> BlendMask((unsigned)SplitNumElements, -1); in splitAndLowerShuffle()
14603 for (int i = 0; i < SplitNumElements; ++i) { in splitAndLowerShuffle()
14607 BlendMask[i] = SplitNumElements + i; in splitAndLowerShuffle()
[all …]