Searched refs:blockNeedsPredication (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 877 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 D | LoopVectorize.cpp | 1106 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 D | LoopVectorizationLegality.h | 293 bool blockNeedsPredication(BasicBlock *BB);
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | VectorUtils.h | 531 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in isPredicated()
|
| H A D | LoopAccessAnalysis.h | 538 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1892 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 D | LoopDistribute.cpp | 331 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT)) in mergeNonIfConvertible()
|