Home
last modified time | relevance | path

Searched refs:getDecisionAndClampRange (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h521 getDecisionAndClampRange(const std::function<bool(ElementCount)> &Predicate,
H A DLoopVectorize.cpp7648 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 …]
H A DVPlanTransforms.cpp2828 LoopVectorizationPlanner::getDecisionAndClampRange(IsVector, Range)) { in handleUncountableEarlyExit()
2871 return LoopVectorizationPlanner::getDecisionAndClampRange( in tryToMatchAndCreateExtendedReduction()
2922 return LoopVectorizationPlanner::getDecisionAndClampRange( in tryToMatchAndCreateMulAccumulateReduction()
H A DVPlan.cpp1618 bool LoopVectorizationPlanner::getDecisionAndClampRange( in getDecisionAndClampRange() function in LoopVectorizationPlanner