Home
last modified time | relevance | path

Searched refs:NewRecipe (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp51 VPRecipeBase *NewRecipe = nullptr; in VPInstructionsToVPRecipes() local
61 NewRecipe = new VPWidenIntOrFpInductionRecipe(Phi, Start, Step, *II); in VPInstructionsToVPRecipes()
68 NewRecipe = new VPWidenLoadRecipe( in VPInstructionsToVPRecipes()
73 NewRecipe = new VPWidenStoreRecipe( in VPInstructionsToVPRecipes()
78 NewRecipe = new VPWidenGEPRecipe(GEP, Ingredient.operands()); in VPInstructionsToVPRecipes()
80 NewRecipe = new VPWidenCallRecipe( in VPInstructionsToVPRecipes()
84 NewRecipe = new VPWidenSelectRecipe(*SI, Ingredient.operands()); in VPInstructionsToVPRecipes()
86 NewRecipe = new VPWidenCastRecipe( in VPInstructionsToVPRecipes()
89 NewRecipe = new VPWidenRecipe(*Inst, Ingredient.operands()); in VPInstructionsToVPRecipes()
93 NewRecipe->insertBefore(&Ingredient); in VPInstructionsToVPRecipes()
[all …]