Home
last modified time | relevance | path

Searched defs:Recipe (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h197 Recipe, enumerator
H A DVPlan.h1547 void insert(VPRecipeBase *Recipe, iterator InsertPt) { in insert()
1556 void appendRecipe(VPRecipeBase *Recipe) { insert(Recipe, end()); } in appendRecipe()
H A DLoopVectorize.cpp8837 auto *Recipe = new VPReplicateRecipe(I, Plan->mapToVPValues(I->operands()), in handleReplication() local
8918 VPRecipeBase *Recipe; in tryToCreateWidenRecipe() local
9107 VPRecipeBase *Recipe = RecipeOrValue.get<VPRecipeBase *>(); in buildVPlanWithVPRecipes() local
9206 auto *Recipe = cast<VPWidenMemoryInstructionRecipe>( in buildVPlanWithVPRecipes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3229 if (auto Recipe = shouldFoldCondBranchesToCommonDestination(BI, PBI, TTI)) in FoldBranchToCommonDest() local