Home
last modified time | relevance | path

Searched refs:appendRecipe (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
DVPlanTest.cpp34 VPBB1.appendRecipe(I1); in TEST()
49 VPBB1.appendRecipe(I1); in TEST()
50 VPBB1.appendRecipe(I2); in TEST()
51 VPBB1.appendRecipe(I3); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h937 appendRecipe(Recipe);
990 void appendRecipe(VPRecipeBase *Recipe) { insert(Recipe, end()); } in appendRecipe() function
DLoopVectorize.cpp6793 VPBB->appendRecipe(new VPWidenRecipe(I)); in tryToWiden()
6819 VPBB->appendRecipe(Recipe); in handleReplication()
6868 VPBB->appendRecipe(Recipe); in tryToCreateRecipe()
6874 VPBB->appendRecipe(Recipe); in tryToCreateRecipe()
6880 VPBB->appendRecipe(Recipe); in tryToCreateRecipe()
6884 VPBB->appendRecipe(Recipe); in tryToCreateRecipe()
6888 VPBB->appendRecipe(new VPWidenPHIRecipe(Phi)); in tryToCreateRecipe()