Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanTest.cpp363 VPInstruction Recipe(Instruction::Add, {&Op1, &Op2}); in TEST() local
400 VPWidenCallRecipe Recipe(*Call, make_range(Args.begin(), Args.end())); in TEST() local
443 VPWidenGEPRecipe Recipe(GEP, make_range(Args.begin(), Args.end())); in TEST() local
461 VPBlendRecipe Recipe(Phi, Args); in TEST() local
473 VPInterleaveRecipe Recipe(nullptr, &Addr, {}, &Mask); in TEST() local
489 VPReplicateRecipe Recipe(nullptr, make_range(Args.begin(), Args.end()), true, in TEST() local
500 VPBranchOnMaskRecipe Recipe(&Mask); in TEST() local
516 VPWidenMemoryInstructionRecipe Recipe(*Load, &Addr, &Mask); in TEST() local
530 VPReductionRecipe Recipe(nullptr, nullptr, &ChainOp, &CondOp, &VecOp, false, in TEST() local
/external/deqp-deps/amber/src/
Drecipe.cc22 Recipe::Recipe() : impl_(nullptr) {} in Recipe() function in amber::Recipe
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h723 inline bool VPUser::classof(const VPRecipeBase *Recipe) { in classof()
1418 void insert(VPRecipeBase *Recipe, iterator InsertPt) { in insert()
1427 void appendRecipe(VPRecipeBase *Recipe) { insert(Recipe, end()); } in appendRecipe()
DLoopVectorize.cpp8168 auto *Recipe = new VPReplicateRecipe(I, Plan->mapToVPValues(I->operands()), in handleReplication() local
8239 VPRecipeBase *Recipe; in tryToCreateWidenRecipe() local
8397 if (auto Recipe = in buildVPlanWithVPRecipes() local
8447 auto *Recipe = cast<VPWidenMemoryInstructionRecipe>( in buildVPlanWithVPRecipes() local
/external/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