Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h981 void insert(VPRecipeBase *Recipe, iterator InsertPt) { in insert()
990 void appendRecipe(VPRecipeBase *Recipe) { insert(Recipe, end()); } in appendRecipe()
DLoopVectorize.cpp6806 auto *Recipe = new VPReplicateRecipe(I, IsUniform, IsPredicated); in handleReplication() local
6864 VPRecipeBase *Recipe = nullptr; in tryToCreateRecipe() local