Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1205 virtual const VPRecipeBase *getAsRecipe() const = 0;
1212 return getAsRecipe()->getOperand(Idx); in getIncomingValue()
1220 return getAsRecipe()->getNumOperands(); in getNumIncoming()
1255 const VPRecipeBase *getAsRecipe() const override { return this; } in getAsRecipe() function
1347 const VPRecipeBase *getAsRecipe() const override { return this; } in getAsRecipe() function
1881 const VPRecipeBase *getAsRecipe() const override { return this; } in getAsRecipe() function
2157 const VPRecipeBase *getAsRecipe() const override { return this; } in getAsRecipe() function
3707 return getAsRecipe()->getParent()->getCFGPredecessor(Idx);
H A DVPlanRecipes.cpp1358 VPRecipeBase *R = const_cast<VPRecipeBase *>(getAsRecipe()); in removeIncomingValueFor()
1368 interleaveComma(enumerate(getAsRecipe()->operands()), O, in printPhiOperands()