Searched refs:VPBlendRecipe (Results 1 – 4 of 4) sorted by relevance
90 VPBlendRecipe *tryToBlend(Instruction *I, VPlanPtr &Plan);
734 class VPBlendRecipe : public VPRecipeBase {742 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() function
536 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent) const { in print()
6672 VPBlendRecipe *VPRecipeBuilder::tryToBlend(Instruction *I, VPlanPtr &Plan) { in tryToBlend()6693 return new VPBlendRecipe(Phi, Masks); in tryToBlend()7106 void VPBlendRecipe::execute(VPTransformState &State) { in execute()