Searched refs:NewRecipe (Results 1 – 1 of 1) sorted by relevance
65 VPRecipeBase *NewRecipe = nullptr; in tryToConvertVPInstructionsToVPRecipes() local75 NewRecipe = new VPWidenIntOrFpInductionRecipe( in tryToConvertVPInstructionsToVPRecipes()83 NewRecipe = new VPWidenLoadRecipe( in tryToConvertVPInstructionsToVPRecipes()88 NewRecipe = new VPWidenStoreRecipe( in tryToConvertVPInstructionsToVPRecipes()93 NewRecipe = new VPWidenGEPRecipe(GEP, Ingredient.operands()); in tryToConvertVPInstructionsToVPRecipes()98 NewRecipe = new VPWidenIntrinsicRecipe( in tryToConvertVPInstructionsToVPRecipes()103 NewRecipe = new VPWidenSelectRecipe(*SI, Ingredient.operands()); in tryToConvertVPInstructionsToVPRecipes()105 NewRecipe = new VPWidenCastRecipe( in tryToConvertVPInstructionsToVPRecipes()108 NewRecipe = new VPWidenRecipe(*Inst, Ingredient.operands()); in tryToConvertVPInstructionsToVPRecipes()112 NewRecipe->insertBefore(&Ingredient); in tryToConvertVPInstructionsToVPRecipes()[all …]