Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h206 Recipe, enumerator
H A DVPlanTransforms.cpp598 auto *Recipe = new VPInstruction(VPInstruction::PtrAdd, in legalizeAndOptimizeInductions() local
H A DVPlan.h3034 void insert(VPRecipeBase *Recipe, iterator InsertPt) { in insert()
3043 void appendRecipe(VPRecipeBase *Recipe) { insert(Recipe, end()); } in appendRecipe()
H A DLoopVectorize.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/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3919 if (auto Recipe = shouldFoldCondBranchesToCommonDestination(BI, PBI, TTI)) in FoldBranchToCommonDest() local