Searched refs:createBlockInMask (Results 1 – 3 of 3) sorted by relevance
58 VPValue *createBlockInMask(BasicBlock *BB, VPlanPtr &Plan);
6528 VPValue *SrcMask = createBlockInMask(Src, Plan); in createEdgeMask()6549 VPValue *VPRecipeBuilder::createBlockInMask(BasicBlock *BB, VPlanPtr &Plan) { in createBlockInMask() function in VPRecipeBuilder6634 Mask = createBlockInMask(I->getParent(), Plan); in tryToWidenMemory()6841 VPValue *BlockInMask = createBlockInMask(Instr->getParent(), Plan); in createReplicateRegion()
367 VectorParts createBlockInMask(BasicBlock *BB);2533 VectorParts Mask = createBlockInMask(Instr->getParent()); in vectorizeMemoryInstruction()3910 VectorParts SrcMask = createBlockInMask(Src); in createEdgeMask()3935 InnerLoopVectorizer::createBlockInMask(BasicBlock *BB) { in createBlockInMask() function in InnerLoopVectorizer