Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationPlanner.h405 getDecisionAndClampRange(const std::function<bool(ElementCount)> &Predicate,
HDLoopVectorize.cpp7714 bool LoopVectorizationPlanner::getDecisionAndClampRange( in getDecisionAndClampRange() function in LoopVectorizationPlanner
7888 if (!LoopVectorizationPlanner::getDecisionAndClampRange(willWiden, Range)) in tryToWidenMemory()
7957 LoopVectorizationPlanner::getDecisionAndClampRange( in tryToOptimizeInductionPHI()
7982 if (LoopVectorizationPlanner::getDecisionAndClampRange( in tryToOptimizeInductionTruncate()
8027 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWidenCall()
8048 ID && LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWidenCall()
8062 auto ShouldUseVectorCall = LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWidenCall()
8126 return !LoopVectorizationPlanner::getDecisionAndClampRange(WillScalarize, in shouldWiden()
8188 bool IsUniform = LoopVectorizationPlanner::getDecisionAndClampRange( in handleReplication()
8292 if (LoopVectorizationPlanner::getDecisionAndClampRange( in tryToCreateWidenRecipe()
[all …]