Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h145 VPValue *getBlockInMask(BasicBlock *BB) const;
H A DLoopVectorize.cpp8013 VPValue *SrcMask = getBlockInMask(Src); in createEdgeMask()
8075 VPValue *VPRecipeBuilder::getBlockInMask(BasicBlock *BB) const { in getBlockInMask() function in VPRecipeBuilder
8136 Mask = getBlockInMask(I->getParent()); in tryToWidenMemory()
8359 Mask = getBlockInMask(CI->getParent()); in tryToWidenCall()
8403 VPValue *Mask = getBlockInMask(I->getParent()); in tryToWiden()
8497 BlockInMask = getBlockInMask(I->getParent()); in handleReplication()
9101 CondOp = RecipeBuilder.getBlockInMask(BB); in adjustRecipesForReductions()
9129 VPValue *Cond = RecipeBuilder.getBlockInMask(OrigLoop->getHeader()); in adjustRecipesForReductions()