Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h208 Recipe, global() enumerator
H A DVPlan.h2478 insert(VPRecipeBase * Recipe,iterator InsertPt) insert() argument
2487 appendRecipe(VPRecipeBase * Recipe) appendRecipe() argument
[all...]
H A DLoopVectorize.cpp8500 auto *Recipe = new VPReplicateRecipe(I, Plan.mapToVPValues(I->operands()), handleReplication() local
8512 VPRecipeBase *Recipe; tryToCreateWidenRecipe() local
8790 VPRecipeBase *Recipe = cast<VPRecipeBase *>(RecipeOrValue); tryToBuildVPlanWithVPRecipes() local
8846 auto *Recipe = cast<VPWidenMemoryInstructionRecipe>( tryToBuildVPlanWithVPRecipes() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3851 if (auto Recipe = shouldFoldCondBranchesToCommonDestination(BI, PBI, TTI)) FoldBranchToCommonDest() local