Searched refs:FixedScalableVFPair (Results 1 – 2 of 2) sorted by relevance
208 struct FixedScalableVFPair { struct212 FixedScalableVFPair() in FixedScalableVFPair() function215 FixedScalableVFPair(const ElementCount &Max) : FixedScalableVFPair() { in FixedScalableVFPair() argument218 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair() argument225 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } in getNone() argument
1237 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);1636 FixedScalableVFPair computeFeasibleMaxVF(unsigned ConstTripCount,5690 FixedScalableVFPair5756 FixedScalableVFPair Result(ElementCount::getFixed(1), in computeFeasibleMaxVF()5773 FixedScalableVFPair5782 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 …]