Home
last modified time | relevance | path

Searched refs:getRecipe (Results 1 – 5 of 5) sorted by relevance

/external/deqp/scripts/
Dcheck_build_sanity.py231 def getRecipe (recipes, recipeName): function
282 else getRecipe(RECIPES, args.recipe)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPRecipeBuilder.h87 VPRecipeBase *getRecipe(Instruction *I) { in getRecipe() function
DLoopVectorize.cpp7246 VPRecipeBase *Sink = RecipeBuilder.getRecipe(Entry.first); in buildVPlanWithVPRecipes()
7247 VPRecipeBase *Target = RecipeBuilder.getRecipe(Entry.second); in buildVPlanWithVPRecipes()
7256 RecipeBuilder.getRecipe(IG->getInsertPos())); in buildVPlanWithVPRecipes()
7262 RecipeBuilder.getRecipe(Member)->eraseFromParent(); in buildVPlanWithVPRecipes()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPRecipeBuilder.h133 VPRecipeBase *getRecipe(Instruction *I) { in getRecipe() function
DLoopVectorize.cpp8438 VPRecipeBase *Sink = RecipeBuilder.getRecipe(Entry.first); in buildVPlanWithVPRecipes()
8439 VPRecipeBase *Target = RecipeBuilder.getRecipe(Entry.second); in buildVPlanWithVPRecipes()
8448 RecipeBuilder.getRecipe(IG->getInsertPos())); in buildVPlanWithVPRecipes()
8465 RecipeBuilder.getRecipe(Member)->eraseFromParent(); in buildVPlanWithVPRecipes()
8554 VPRecipeBase *WidenRecipe = RecipeBuilder.getRecipe(R); in adjustRecipesForInLoopReductions()
8587 RecipeBuilder.getRecipe(cast<Instruction>(R->getOperand(0))); in adjustRecipesForInLoopReductions()