Searched refs:VPBlendRecipe (Results 1 – 4 of 4) sorted by relevance
111 VPBlendRecipe *tryToBlend(Instruction *I, VPlanPtr &Plan);
840 class VPBlendRecipe : public VPRecipeBase {848 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() function
704 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent) const { in print()
6840 VPBlendRecipe *VPRecipeBuilder::tryToBlend(Instruction *I, VPlanPtr &Plan) { in tryToBlend()6861 return new VPBlendRecipe(Phi, Masks); in tryToBlend()7374 void VPBlendRecipe::execute(VPTransformState &State) { in execute()