Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPRecipeBuilder.h72 VPValue *createBlockInMask(BasicBlock *BB, VPlanPtr &Plan);
DLoopVectorize.cpp6713 VPValue *SrcMask = createBlockInMask(Src, Plan); in createEdgeMask()
6734 VPValue *VPRecipeBuilder::createBlockInMask(BasicBlock *BB, VPlanPtr &Plan) { in createBlockInMask() function in VPRecipeBuilder
6801 Mask = createBlockInMask(I->getParent(), Plan); in tryToWidenMemory()
7023 VPValue *BlockInMask = createBlockInMask(Instr->getParent(), Plan); in createReplicateRegion()
7270 auto *Cond = RecipeBuilder.createBlockInMask(OrigLoop->getHeader(), Plan); in buildVPlanWithVPRecipes()