Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanValue.h206 Recipe, enumerator
HDVPlanTransforms.cpp598 auto *Recipe = new VPInstruction(VPInstruction::PtrAdd, in legalizeAndOptimizeInductions() local
HDVPlan.h3034 void insert(VPRecipeBase *Recipe, iterator InsertPt) { in insert()
3043 void appendRecipe(VPRecipeBase *Recipe) { insert(Recipe, end()); } in appendRecipe()
HDLoopVectorize.cpp8243 auto *Recipe = new VPReplicateRecipe(I, mapToVPValues(I->operands()), in handleReplication() local
8254 VPRecipeBase *Recipe; in tryToCreateWidenRecipe() local
8573 VPRecipeBase *Recipe = in tryToBuildVPlanWithVPRecipes() local
8630 auto *Recipe = in tryToBuildVPlanWithVPRecipes() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp3919 if (auto Recipe = shouldFoldCondBranchesToCommonDestination(BI, PBI, TTI)) in FoldBranchToCommonDest() local