Searched defs:Recipe (Results 1 – 4 of 4) sorted by relevance
197 Recipe, enumerator
1547 void insert(VPRecipeBase *Recipe, iterator InsertPt) { in insert()1556 void appendRecipe(VPRecipeBase *Recipe) { insert(Recipe, end()); } in appendRecipe()
8837 auto *Recipe = new VPReplicateRecipe(I, Plan->mapToVPValues(I->operands()), in handleReplication() local8918 VPRecipeBase *Recipe; in tryToCreateWidenRecipe() local9107 VPRecipeBase *Recipe = RecipeOrValue.get<VPRecipeBase *>(); in buildVPlanWithVPRecipes() local9206 auto *Recipe = cast<VPWidenMemoryInstructionRecipe>( in buildVPlanWithVPRecipes() local
3229 if (auto Recipe = shouldFoldCondBranchesToCommonDestination(BI, PBI, TTI)) in FoldBranchToCommonDest() local