Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1031 APInt MaxElts(IntWidth, VecTy->getNumElements()); in canScalarizeAccess() local
H A DSLPVectorizer.cpp11539 unsigned MaxElts = llvm::PowerOf2Floor(MaxVecRegSize / EltSize); in vectorizeStores() local
12528 unsigned MaxElts = RegMaxNumber * PowerOf2Floor(MaxVecRegSize / EltSize); in tryToReduce() local
13797 unsigned MaxElts = MaxVecRegSize / EltSize; in vectorizeGEPIndices() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4523 unsigned MaxElts = ST->hasAVX2() ? 32 : 16; in getScalarizationOverhead() local
H A DX86ISelLowering.cpp44322 unsigned MaxElts = Subtarget.hasInt256() ? 32 : 16; in combinePredicateReduction() local