Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1458 VPValue *ChainOp, VPValue *VecOp, VPValue *CondOp, in VPReductionRecipe() argument
1460 : VPRecipeBase(VPDef::VPReductionSC, {ChainOp, VecOp}), VPValue(this, I), in VPReductionRecipe()
H A DLoopVectorize.cpp9236 VPValue *ChainOp = Plan->getVPValue(Chain); in adjustRecipesForReductions() local
9278 new VPReductionRecipe(&RdxDesc, R, ChainOp, VecOp, CondOp, TTI); in adjustRecipesForReductions()