Searched refs:BlockInMask (Results 1 – 2 of 2) sorted by relevance
842 VPBranchOnMaskRecipe(VPValue *BlockInMask) : VPRecipeBase(VPBranchOnMaskSC) { in VPBranchOnMaskRecipe() argument843 if (BlockInMask) // nullptr means all-one mask. in VPBranchOnMaskRecipe()844 User.reset(new VPUser({BlockInMask})); in VPBranchOnMaskRecipe()
445 VectorParts *BlockInMask = nullptr);2386 VectorParts *BlockInMask) { in vectorizeMemoryInstruction() argument2429 bool isMaskRequired = BlockInMask; in vectorizeMemoryInstruction()2431 Mask = *BlockInMask; in vectorizeMemoryInstruction()6841 VPValue *BlockInMask = createBlockInMask(Instr->getParent(), Plan); in createReplicateRegion() local6846 auto *BOMRecipe = new VPBranchOnMaskRecipe(BlockInMask); in createReplicateRegion()6856 VPBlockUtils::insertTwoBlocksAfter(Pred, Exit, BlockInMask, Entry); in createReplicateRegion()7185 VPValue *BlockInMask = User->getOperand(0); in execute() local7186 ConditionBit = State.get(BlockInMask, Part); in execute()