Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h174 VPRecipeBase *tryToCreatePartialReduction(Instruction *Reduction,
H A DLoopVectorize.cpp8255 return tryToCreatePartialReduction(Instr, Operands, ScaleFactor.value()); in tryToCreateWidenRecipe()
8276 VPRecipeBuilder::tryToCreatePartialReduction(Instruction *Reduction, in tryToCreatePartialReduction() function in VPRecipeBuilder