Searched refs:ChainOp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | VPlan.h | 1340 VPReductionRecipe(RecurrenceDescriptor *R, Instruction *I, VPValue *ChainOp, in VPReductionRecipe() argument 1343 : VPRecipeBase(VPRecipeBase::VPReductionSC, {ChainOp, VecOp}), in VPReductionRecipe()
|
| D | LoopVectorize.cpp | 9521 VPValue *ChainOp = Plan->getVPValue(Chain); in adjustRecipesForInLoopReductions() local 9540 &RdxDesc, R, ChainOp, VecOp, CondOp, TTI); in adjustRecipesForInLoopReductions()
|