Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp1021 VPValue ChainOp; in TEST() local
1024 VPReductionRecipe Recipe(nullptr, nullptr, &ChainOp, &CondOp, &VecOp, in TEST()
1148 VPValue ChainOp; in TEST() local
1151 VPReductionRecipe Recipe(nullptr, nullptr, &ChainOp, &CondOp, &VecOp, in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1513 VPValue *ChainOp, VPValue *VecOp, VPValue *CondOp, in VPReductionRecipe() argument
1515 : VPRecipeBase(VPRecipeBase::VPReductionSC, {ChainOp, VecOp}), in VPReductionRecipe()
H A DLoopVectorize.cpp9114 VPValue *ChainOp = Plan->getVPValue(Chain); in adjustRecipesForReductions() local
9152 new VPReductionRecipe(&RdxDesc, R, ChainOp, VecOp, CondOp, TTI); in adjustRecipesForReductions()