Searched refs:getDecisionAndClampRange (Results 1 – 4 of 4) sorted by relevance
521 getDecisionAndClampRange(const std::function<bool(ElementCount)> &Predicate,
7648 if (!LoopVectorizationPlanner::getDecisionAndClampRange(WillWiden, Range)) in tryToWidenMemory()7736 LoopVectorizationPlanner::getDecisionAndClampRange( in tryToOptimizeInductionPHI()7762 if (LoopVectorizationPlanner::getDecisionAndClampRange( in tryToOptimizeInductionTruncate()7777 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWidenCall()7797 ID && LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWidenCall()7811 auto ShouldUseVectorCall = LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWidenCall()7874 return !LoopVectorizationPlanner::getDecisionAndClampRange(WillScalarize, in shouldWiden()7981 bool IsUniform = LoopVectorizationPlanner::getDecisionAndClampRange( in handleReplication()8174 if (LoopVectorizationPlanner::getDecisionAndClampRange( in getScaledReductions()8240 if (LoopVectorizationPlanner::getDecisionAndClampRange( in tryToCreateWidenRecipe()[all …]
2828 LoopVectorizationPlanner::getDecisionAndClampRange(IsVector, Range)) { in handleUncountableEarlyExit()2871 return LoopVectorizationPlanner::getDecisionAndClampRange( in tryToMatchAndCreateExtendedReduction()2922 return LoopVectorizationPlanner::getDecisionAndClampRange( in tryToMatchAndCreateMulAccumulateReduction()
1618 bool LoopVectorizationPlanner::getDecisionAndClampRange( in getDecisionAndClampRange() function in LoopVectorizationPlanner