Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h139 VPValue *createBlockInMask(BasicBlock *BB, VPlanPtr &Plan);
H A DLoopVectorize.cpp8051 VPValue *SrcMask = createBlockInMask(Src, Plan); in createEdgeMask()
8086 VPValue *VPRecipeBuilder::createBlockInMask(BasicBlock *BB, VPlanPtr &Plan) { in createBlockInMask() function in VPRecipeBuilder
8176 Mask = createBlockInMask(I->getParent(), Plan); in tryToWidenMemory()
8413 VPValue *Mask = createBlockInMask(I->getParent(), Plan); in tryToWiden()
8558 VPValue *BlockInMask = createBlockInMask(Instr->getParent(), Plan); in createReplicateRegion()
9263 CondOp = RecipeBuilder.createBlockInMask(R->getParent(), Plan); in adjustRecipesForReductions()
9312 RecipeBuilder.createBlockInMask(OrigLoop->getHeader(), Plan); in adjustRecipesForReductions()