Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp883 APInt MaxElts(IntWidth, VecTy->getNumElements()); in canScalarizeAccess() local
884 ConstantRange ValidIndices(Zero, MaxElts); in canScalarizeAccess()
H A DSLPVectorizer.cpp10202 unsigned MaxElts = llvm::PowerOf2Floor(MaxVecRegSize / EltSize); in vectorizeStores() local
10205 MaxElts); in vectorizeStores()
11103 unsigned MaxElts = RegMaxNumber * PowerOf2Floor(MaxVecRegSize / EltSize); in tryToReduce() local
11106 PowerOf2Floor(NumReducedVals), std::max(RedValsMaxNumber, MaxElts)); in tryToReduce()
12298 unsigned MaxElts = MaxVecRegSize / EltSize; in vectorizeGEPIndices() local
12299 for (unsigned BI = 0, BE = Entry.second.size(); BI < BE; BI += MaxElts) { in vectorizeGEPIndices()
12300 auto Len = std::min<unsigned>(BE - BI, MaxElts); in vectorizeGEPIndices()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3881 unsigned MaxElts = ST->hasAVX2() ? 32 : 16; in getScalarizationOverhead() local
3882 unsigned MOVMSKCost = (NumElts + MaxElts - 1) / MaxElts; in getScalarizationOverhead()
H A DX86ISelLowering.cpp43138 unsigned MaxElts = Subtarget.hasInt256() ? 32 : 16; in combinePredicateReduction() local
43166 while (NumElts > MaxElts) { in combinePredicateReduction()