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.h380 struct FixedScalableVFPair { struct
384 FixedScalableVFPair() in FixedScalableVFPair() function
387 FixedScalableVFPair(const ElementCount &Max) : FixedScalableVFPair() { in FixedScalableVFPair() argument
390 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair() argument
397 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } in getNone() argument
H A DLoopVectorize.cpp933 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);
1505 FixedScalableVFPair computeFeasibleMaxVF(unsigned MaxTripCount,
3515 FixedScalableVFPair LoopVectorizationCostModel::computeFeasibleMaxVF( in computeFeasibleMaxVF()
3551 return FixedScalableVFPair( in computeFeasibleMaxVF()
3608 FixedScalableVFPair Result(ElementCount::getFixed(1), in computeFeasibleMaxVF()
3627 FixedScalableVFPair
3636 return FixedScalableVFPair::getNone(); in computeMaxVF()
3649 return FixedScalableVFPair::getNone(); in computeMaxVF()
3665 return FixedScalableVFPair::getNone(); in computeMaxVF()
3692 return FixedScalableVFPair::getNone(); in computeMaxVF()
[all …]