Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h158 std::optional<unsigned> getScalingForReduction(const Instruction *ExitInst) { in getScalingForReduction() function
H A DLoopVectorize.cpp8219 getScalingForReduction(RdxDesc.getLoopExitInstr()).value_or(1); in tryToCreateWidenRecipe()
8254 if (std::optional<unsigned> ScaleFactor = getScalingForReduction(Instr)) in tryToCreateWidenRecipe()
9283 RecipeBuilder.getScalingForReduction(RdxDesc.getLoopExitInstr()) in adjustRecipesForReductions()