Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp121 VPValue *VPRecipeBase::toVPValue() { in toVPValue() function in VPRecipeBase
141 const VPValue *VPRecipeBase::toVPValue() const { in toVPValue() function in VPRecipeBase
378 if (auto *VPV = R.toVPValue()) in dropAllReferences()
DVPlan.h706 VPValue *toVPValue();
707 const VPValue *toVPValue() const;
712 if (auto *VPV = toVPValue()) in getUnderlyingInstr()
717 if (auto *VPV = toVPValue()) in getUnderlyingInstr()
DLoopVectorize.cpp8401 VPValue *MaybeVPValue = Recipe->toVPValue(); in buildVPlanWithVPRecipes()
8578 WidenRecipe->toVPValue()->replaceAllUsesWith(RedRecipe); in adjustRecipesForInLoopReductions()
8590 assert(CompareRecipe->toVPValue()->getNumUsers() == 0 && in adjustRecipesForInLoopReductions()