Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp46 VPValue *getBlockInMask(VPBasicBlock *VPBB) const { in getBlockInMask() function in __anonaf81f0e60111::VPPredicator
55 assert(!getBlockInMask(VPBB) && "Mask already set"); in setBlockInMask()
96 VPValue *SrcMask = getBlockInMask(Src); in createEdgeMask()
202 VPValue *SrcMask = getBlockInMask(Src); in createSwitchEdgeMasks()
H A DVPRecipeBuilder.h187 VPValue *getBlockInMask(VPBasicBlock *VPBB) const { in getBlockInMask() function
H A DLoopVectorize.cpp7653 Mask = getBlockInMask(Builder.getInsertBlock()); in tryToWidenMemory()
7849 Mask = getBlockInMask(Builder.getInsertBlock()); in tryToWidenCall()
7891 VPValue *Mask = getBlockInMask(Builder.getInsertBlock()); in tryToWiden()
7973 HGramOps.push_back(getBlockInMask(Builder.getInsertBlock())); in tryToWidenHistogram()
8027 BlockInMask = getBlockInMask(Builder.getInsertBlock()); in handleReplication()
8306 Cond = getBlockInMask(Builder.getInsertBlock()); in tryToCreatePartialReduction()
9091 CondOp = RecipeBuilder.getBlockInMask(CurrentLink->getParent()); in adjustRecipesForReductions()
9139 VPValue *Cond = RecipeBuilder.getBlockInMask(PhiR->getParent()); in adjustRecipesForReductions()