Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5705 auto MaxSafeScalableVF = getMaxLegalScalableVF(MaxSafeElements); in computeFeasibleMaxVF() local
5709 LLVM_DEBUG(dbgs() << "LV: The max safe scalable VF is: " << MaxSafeScalableVF in computeFeasibleMaxVF()
5715 UserVF.isScalable() ? MaxSafeScalableVF : MaxSafeFixedVF; in computeFeasibleMaxVF()
5763 WidestType, MaxSafeScalableVF)) in computeFeasibleMaxVF()