Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h1222 class VPBlendRecipe : public VPRecipeBase, public VPValue {
1229 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Operands) in VPBlendRecipe() function
DVPlan.cpp1144 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent, in print()
DLoopVectorize.cpp8816 return toVPRecipeResult(new VPBlendRecipe(Phi, OperandsWithMask)); in tryToBlend()
9612 void VPBlendRecipe::execute(VPTransformState &State) { in execute()