Searched refs:Recipe (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 675 : VPDef(SC), VPUser(Operands, VPUser::VPUserID::Recipe) {} in VPRecipeBase() 679 : VPDef(SC), VPUser(Operands, VPUser::VPUserID::Recipe) {} in VPRecipeBase() 735 return U->getVPUserID() == VPUser::VPUserID::Recipe; in classof() 1948 VPBasicBlock(const Twine &Name = "", VPRecipeBase *Recipe = nullptr) 1950 if (Recipe) 1951 appendRecipe(Recipe); 1998 void insert(VPRecipeBase *Recipe, iterator InsertPt) { in insert() argument 1999 assert(Recipe && "No recipe to append."); in insert() 2000 assert(!Recipe->Parent && "Recipe already in VPlan"); in insert() 2001 Recipe->Parent = this; in insert() [all …]
|
| H A D | VPlan.cpp | 383 for (VPRecipeBase &Recipe : Recipes) in execute() 384 Recipe.execute(*State); in execute() 497 for (const VPRecipeBase &Recipe : *this) { in print() 498 Recipe.print(O, RecipeIndent, SlotTracker); in print() 1106 for (const VPRecipeBase &Recipe : *VPBB) in assignSlots() 1107 for (VPValue *Def : Recipe.definedValues()) in assignSlots()
|
| H A D | VPlanTransforms.cpp | 122 for (auto &Recipe : *VPBB) { in sinkScalarOperands() 123 for (VPValue *Op : Recipe.operands()) in sinkScalarOperands()
|
| H A D | LoopVectorize.cpp | 1083 for (VPRecipeBase &Recipe : *VPBB) { in collectPoisonGeneratingRecipes() 1084 if (auto *WidenRec = dyn_cast<VPWidenMemoryInstructionRecipe>(&Recipe)) { in collectPoisonGeneratingRecipes() 1090 } else if (auto *InterleaveRec = dyn_cast<VPInterleaveRecipe>(&Recipe)) { in collectPoisonGeneratingRecipes() 8510 auto *Recipe = new VPReplicateRecipe(I, Plan->mapToVPValues(I->operands()), in handleReplication() local 8516 for (VPValue *Op : Recipe->operands()) { in handleReplication() 8531 setRecipe(I, Recipe); in handleReplication() 8532 Plan->addVPValue(I, Recipe); in handleReplication() 8533 VPBB->appendRecipe(Recipe); in handleReplication() 8543 VPBlockBase *Region = createReplicateRegion(Recipe, Plan); in handleReplication() 8595 VPRecipeBase *Recipe; in tryToCreateWidenRecipe() local [all …]
|
| H A D | VPlanValue.h | 205 Recipe, enumerator
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | VectorizationPlan.rst | 77 a "Recipe", which is responsible for computing its cost and generating its 143 input IR instructions are referred to as "Ingredients" of the Recipe. A Recipe 203 Next, the logic embedded within each Recipe for generating its instructions at
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 3746 if (auto Recipe = shouldFoldCondBranchesToCommonDestination(BI, PBI, TTI)) in FoldBranchToCommonDest() local 3747 std::tie(CommonSucc, Opc, InvertPredCond) = *Recipe; in FoldBranchToCommonDest()
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 14259 First there was Dial-A-Prayer, then Dial-A-Recipe, and even Dial-A-Footballer. 30660 -- Recipe for chili from Allan Shrivers, former governor 31840 Recipe for a Pan Galactic Gargle Blaster: 31854 Recipe for a Pan Galactic Gargle Blaster:
|