Home
last modified time | relevance | path

Searched defs:BlockInMask (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1995 VectorParts *BlockInMask) { in vectorizeInterleaveGroup()
2182 VectorParts *BlockInMask) { in vectorizeMemoryInstruction()
6660 VPValue *BlockInMask = createBlockInMask(Instr->getParent(), Plan); in createReplicateRegion() local
7031 VPValue *BlockInMask = User->getOperand(0); in execute() local
H A DVPlan.h882 VPBranchOnMaskRecipe(VPValue *BlockInMask) : VPRecipeBase(VPBranchOnMaskSC) { in VPBranchOnMaskRecipe()