Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPRecipeBuilder.h58 VPValue *createBlockInMask(BasicBlock *BB, VPlanPtr &Plan);
DLoopVectorize.cpp6528 VPValue *SrcMask = createBlockInMask(Src, Plan); in createEdgeMask()
6549 VPValue *VPRecipeBuilder::createBlockInMask(BasicBlock *BB, VPlanPtr &Plan) { in createBlockInMask() function in VPRecipeBuilder
6634 Mask = createBlockInMask(I->getParent(), Plan); in tryToWidenMemory()
6841 VPValue *BlockInMask = createBlockInMask(Instr->getParent(), Plan); in createReplicateRegion()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp367 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