Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h270 struct FixedScalableVFPair { struct
274 FixedScalableVFPair() in FixedScalableVFPair() argument
277 FixedScalableVFPair(const ElementCount &Max) : FixedScalableVFPair() { in FixedScalableVFPair() function
280 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair() argument
287 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } in getNone() argument
H A DLoopVectorize.cpp1032 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);
1577 FixedScalableVFPair computeFeasibleMaxVF(unsigned MaxTripCount,
3893 FixedScalableVFPair LoopVectorizationCostModel::computeFeasibleMaxVF( in computeFeasibleMaxVF()
3922 return FixedScalableVFPair( in computeFeasibleMaxVF()
3979 FixedScalableVFPair Result(ElementCount::getFixed(1), in computeFeasibleMaxVF()
3998 FixedScalableVFPair
4007 return FixedScalableVFPair::getNone(); in computeMaxVF()
4017 return FixedScalableVFPair::getNone(); in computeMaxVF()
4044 return FixedScalableVFPair::getNone(); in computeMaxVF()
4062 return FixedScalableVFPair::getNone(); in computeMaxVF()
[all …]