Searched refs:ChainOp (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1458 VPValue *ChainOp, VPValue *VecOp, VPValue *CondOp, in VPReductionRecipe() argument 1460 : VPRecipeBase(VPDef::VPReductionSC, {ChainOp, VecOp}), VPValue(this, I), in VPReductionRecipe()
|
| H A D | LoopVectorize.cpp | 9236 VPValue *ChainOp = Plan->getVPValue(Chain); in adjustRecipesForReductions() local 9278 new VPReductionRecipe(&RdxDesc, R, ChainOp, VecOp, CondOp, TTI); in adjustRecipesForReductions()
|