Searched refs:NewRecipe (Results 1 – 1 of 1) sorted by relevance
45 VPRecipeBase *NewRecipe = nullptr; in VPInstructionsToVPRecipes() local52 NewRecipe = new VPWidenIntOrFpInductionRecipe(Phi, Start, nullptr); in VPInstructionsToVPRecipes()63 NewRecipe = new VPWidenMemoryInstructionRecipe( in VPInstructionsToVPRecipes()67 NewRecipe = new VPWidenMemoryInstructionRecipe( in VPInstructionsToVPRecipes()72 NewRecipe = new VPWidenGEPRecipe( in VPInstructionsToVPRecipes()75 NewRecipe = new VPWidenCallRecipe( in VPInstructionsToVPRecipes()80 NewRecipe = new VPWidenSelectRecipe( in VPInstructionsToVPRecipes()83 NewRecipe = in VPInstructionsToVPRecipes()88 NewRecipe->insertBefore(Ingredient); in VPInstructionsToVPRecipes()89 if (NewRecipe->getNumDefinedValues() == 1) in VPInstructionsToVPRecipes()[all …]