Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h135 VPValue *getBlockInMask(BasicBlock *BB) const;
H A DLoopVectorize.cpp7764 VPValue *SrcMask = getBlockInMask(Src); in createEdgeMask()
7833 VPValue *VPRecipeBuilder::getBlockInMask(BasicBlock *BB) const { in getBlockInMask() function in VPRecipeBuilder
7893 Mask = getBlockInMask(I->getParent()); in tryToWidenMemory()
8100 Mask = getBlockInMask(CI->getParent()); in tryToWidenCall()
8144 VPValue *Mask = getBlockInMask(I->getParent()); in tryToWiden()
8234 BlockInMask = getBlockInMask(I->getParent()); in handleReplication()
8918 CondOp = RecipeBuilder.getBlockInMask(BB); in adjustRecipesForReductions()
8985 VPValue *Cond = RecipeBuilder.getBlockInMask(OrigLoop->getHeader()); in adjustRecipesForReductions()