Home
last modified time | relevance | path

Searched refs:BlockMask (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6559 VPValue *BlockMask = nullptr; in createBlockInMask() local
6563 return BlockMaskCache[BB] = BlockMask; in createBlockInMask()
6571 if (!BlockMask) { // BlockMask has its initialized nullptr value. in createBlockInMask()
6572 BlockMask = EdgeMask; in createBlockInMask()
6576 BlockMask = Builder.createOr(BlockMask, EdgeMask); in createBlockInMask()
6579 return BlockMaskCache[BB] = BlockMask; in createBlockInMask()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3946 VectorParts BlockMask = getVectorValue(Zero); in createBlockInMask() local
3952 BlockMask[part] = Builder.CreateOr(BlockMask[part], EM[part]); in createBlockInMask()
3955 return BlockMask; in createBlockInMask()