Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp877 bool LoopVectorizationLegality::blockNeedsPredication(BasicBlock *BB) { in blockNeedsPredication() function in llvm::LoopVectorizationLegality
878 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in blockNeedsPredication()
940 if (blockNeedsPredication(BB)) in canVectorizeWithIfConvert()
959 if (blockNeedsPredication(BB)) { in canVectorizeWithIfConvert()
H A DLoopVectorize.cpp1106 if (!blockNeedsPredication(I->getParent())) in isPredicatedInst()
1148 bool blockNeedsPredication(BasicBlock *BB) { in blockNeedsPredication() function in llvm::LoopVectorizationCostModel
1149 return foldTailByMasking() || Legal->blockNeedsPredication(BB); in blockNeedsPredication()
4358 if (!blockNeedsPredication(I->getParent())) in isScalarWithPredication()
4402 Legal->blockNeedsPredication(I->getParent()) && Legal->isMaskRequired(I); in interleavedAccessCanBeWidened()
5251 if (!blockNeedsPredication(BB)) in collectInstsToScalarize()
5416 if (VF == 1 && blockNeedsPredication(BB)) in expectedCost()
5661 !Legal->blockNeedsPredication(I.getParent())) { in setCostBasedWideningDecision()
6115 if (CM.blockNeedsPredication(OrigLoop->getHeader()) && in plan()
6362 if (!CM.blockNeedsPredication(BB)) in createBlockInMask()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h293 bool blockNeedsPredication(BasicBlock *BB);
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DVectorUtils.h531 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in isPredicated()
H A DLoopAccessAnalysis.h538 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1892 if (blockNeedsPredication(ST->getParent(), TheLoop, DT)) in analyzeLoop()
1936 if (blockNeedsPredication(LD->getParent(), TheLoop, DT)) in analyzeLoop()
2017 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication() function in LoopAccessInfo
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp331 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT)) in mergeNonIfConvertible()