Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/src/
Drecipe.cc22 Recipe::Recipe() : impl_(nullptr) {} in Recipe() function in amber::Recipe
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h1117 void insert(VPRecipeBase *Recipe, iterator InsertPt) { in insert()
1126 void appendRecipe(VPRecipeBase *Recipe) { insert(Recipe, end()); } in appendRecipe()
DLoopVectorize.cpp6987 auto *Recipe = new VPReplicateRecipe(I, IsUniform, IsPredicated); in handleReplication() local
7046 VPRecipeBase *Recipe = nullptr; in tryToCreateRecipe() local
7069 VPWidenGEPRecipe *Recipe = new VPWidenGEPRecipe(GEP, OrigLoop); in tryToCreateRecipe() local
7255 auto *Recipe = cast<VPWidenMemoryInstructionRecipe>( in buildVPlanWithVPRecipes() local