Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h322 VPReductionSC, enumerator
H A DVPlan.h743 Def->getVPDefID() == VPRecipeBase::VPReductionSC || in classof()
1227 : VPRecipeBase(VPRecipeBase::VPReductionSC, {ChainOp, VecOp}), in VPReductionRecipe()
1241 return D->getVPDefID() == VPRecipeBase::VPReductionSC; in classof()
H A DVPlan.cpp513 case VPReductionSC: in mayHaveSideEffects()