Home
last modified time | relevance | path

Searched refs:createBlockInMask (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h135 VPValue *createBlockInMask(BasicBlock *BB, VPlanPtr &Plan);
H A DLoopVectorize.cpp8500 VPValue *SrcMask = createBlockInMask(Src, Plan); in createEdgeMask()
8534 VPValue *VPRecipeBuilder::createBlockInMask(BasicBlock *BB, VPlanPtr &Plan) { in createBlockInMask() function in VPRecipeBuilder
8625 Mask = createBlockInMask(I->getParent(), Plan); in tryToWidenMemory()
8880 VPValue *BlockInMask = createBlockInMask(Instr->getParent(), Plan); in createReplicateRegion()
9238 auto *Cond = RecipeBuilder.createBlockInMask(OrigLoop->getHeader(), Plan); in buildVPlanWithVPRecipes()
9335 ? RecipeBuilder.createBlockInMask(R->getParent(), Plan) in adjustRecipesForInLoopReductions()