Lines Matching refs:BlockInMask
430 VectorParts *BlockInMask = nullptr);
435 VectorParts *BlockInMask = nullptr);
1995 VectorParts *BlockInMask) { in vectorizeInterleaveGroup() argument
2019 bool IsMaskForCondRequired = BlockInMask; in vectorizeInterleaveGroup()
2021 Mask = *BlockInMask; in vectorizeInterleaveGroup()
2182 VectorParts *BlockInMask) { in vectorizeMemoryInstruction() argument
2225 bool isMaskRequired = BlockInMask; in vectorizeMemoryInstruction()
2227 Mask = *BlockInMask; in vectorizeMemoryInstruction()
6660 VPValue *BlockInMask = createBlockInMask(Instr->getParent(), Plan); in createReplicateRegion() local
6665 auto *BOMRecipe = new VPBranchOnMaskRecipe(BlockInMask); in createReplicateRegion()
6675 VPBlockUtils::insertTwoBlocksAfter(Pred, Exit, BlockInMask, Entry); in createReplicateRegion()
7031 VPValue *BlockInMask = User->getOperand(0); in execute() local
7032 ConditionBit = State.get(BlockInMask, Part); in execute()