Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h208 struct FixedScalableVFPair { struct
212 FixedScalableVFPair() in FixedScalableVFPair() function
215 FixedScalableVFPair(const ElementCount &Max) : FixedScalableVFPair() { in FixedScalableVFPair() argument
218 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair() argument
225 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } in getNone() argument
H A DLoopVectorize.cpp1237 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);
1636 FixedScalableVFPair computeFeasibleMaxVF(unsigned ConstTripCount,
5690 FixedScalableVFPair
5756 FixedScalableVFPair Result(ElementCount::getFixed(1), in computeFeasibleMaxVF()
5773 FixedScalableVFPair
5782 return FixedScalableVFPair::getNone(); in computeMaxVF()
5791 return FixedScalableVFPair::getNone(); in computeMaxVF()
5818 return FixedScalableVFPair::getNone(); in computeMaxVF()
5836 return FixedScalableVFPair::getNone(); in computeMaxVF()
5851 FixedScalableVFPair MaxFactors = computeFeasibleMaxVF(TC, UserVF); in computeMaxVF()
[all …]