Home
last modified time | relevance | path

Searched refs:blockNeedsPredication (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h331 bool blockNeedsPredication(BasicBlock *BB) const;
358 return isUniform(Ptr) && !blockNeedsPredication(I.getParent()); in isUniformMemOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp952 bool LoopVectorizationLegality::blockNeedsPredication(BasicBlock *BB) const { in blockNeedsPredication() function in llvm::LoopVectorizationLegality
953 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in blockNeedsPredication()
1031 if (!blockNeedsPredication(BB)) { in canVectorizeWithIfConvert()
1065 if (blockNeedsPredication(BB)) { in canVectorizeWithIfConvert()
H A DLoopVectorize.cpp1542 if (!blockNeedsPredication(I->getParent())) in isPredicatedInst()
1596 bool blockNeedsPredication(BasicBlock *BB) const { in blockNeedsPredication() function in llvm::LoopVectorizationCostModel
1597 return foldTailByMasking() || Legal->blockNeedsPredication(BB); in blockNeedsPredication()
5257 if (!blockNeedsPredication(I->getParent())) in isScalarWithPredication()
5302 Legal->blockNeedsPredication(I->getParent()) && Legal->isMaskRequired(I); in interleavedAccessCanBeWidened()
6774 if (!blockNeedsPredication(BB)) in collectInstsToScalarize()
6945 if (VF.isScalar() && Legal->blockNeedsPredication(BB)) in expectedCost()
8037 if (CM.blockNeedsPredication(OrigLoop->getHeader()) && in plan()
8646 if (!CM.blockNeedsPredication(BB)) in createBlockInMask()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h551 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
H A DVectorUtils.h875 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in isPredicated()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1958 if (blockNeedsPredication(ST->getParent(), TheLoop, DT)) in analyzeLoop()
2002 if (blockNeedsPredication(LD->getParent(), TheLoop, DT)) in analyzeLoop()
2092 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication() function in LoopAccessInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp330 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT)) in mergeNonIfConvertible()