Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5704 auto MaxSafeFixedVF = ElementCount::getFixed(MaxSafeElements); in computeFeasibleMaxVF() local
5707 LLVM_DEBUG(dbgs() << "LV: The max safe fixed VF is: " << MaxSafeFixedVF in computeFeasibleMaxVF()
5715 UserVF.isScalable() ? MaxSafeScalableVF : MaxSafeFixedVF; in computeFeasibleMaxVF()
5727 << MaxSafeFixedVF << ".\n"); in computeFeasibleMaxVF()
5735 << ore::NV("VectorizationFactor", MaxSafeFixedVF); in computeFeasibleMaxVF()
5737 return MaxSafeFixedVF; in computeFeasibleMaxVF()
5759 WidestType, MaxSafeFixedVF)) in computeFeasibleMaxVF()