Searched refs:ScalableVF (Results 1 – 4 of 4) sorted by relevance
264 ElementCount ScalableVF; member268 ScalableVF(ElementCount::getScalable(0)) {} in FixedScalableVFPair()270 *(Max.isScalable() ? &ScalableVF : &FixedVF) = Max; in FixedScalableVFPair()273 const ElementCount &ScalableVF) in FixedScalableVFPair()274 : FixedVF(FixedVF), ScalableVF(ScalableVF) { in FixedScalableVFPair()275 assert(!FixedVF.isScalable() && ScalableVF.isScalable() && in FixedScalableVFPair()282 explicit operator bool() const { return FixedVF || ScalableVF; }285 bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); } in hasVector()
4615 Result.ScalableVF = MaxVF; in computeFeasibleMaxVF()4708 if (MaxFactors.ScalableVF) { in computeMaxVF()4713 *MaxVScale * MaxFactors.ScalableVF.getKnownMinValue()); in computeMaxVF()7374 UserVF.isScalable() ? MaxFactors.ScalableVF : MaxFactors.FixedVF; in plan()7404 ElementCount::isKnownLE(VF, MaxFactors.ScalableVF); VF *= 2) in plan()7419 buildVPlansWithVPRecipes(ElementCount::getScalable(1), MaxFactors.ScalableVF); in plan()
584 ElementCount &ScalableVF) const { in getWidestVF() argument585 Impl->getWidestVF(ScalarF, FixedVF, ScalableVF); in getWidestVF()
1374 ElementCount &ScalableVF) const { in getWidestVF()1378 ScalableVF = ElementCount::getScalable(0); in getWidestVF()1387 I->getVectorizationFactor().isScalable() ? &ScalableVF : &FixedVF; in getWidestVF()