Searched refs:blockNeedsPredication (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 340 bool blockNeedsPredication(BasicBlock *BB) const; 367 return isUniform(Ptr) && !blockNeedsPredication(I.getParent()); in isUniformMemOp()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 928 blockNeedsPredication(SI->getParent())) { in canVectorizeMemory() 1077 bool LoopVectorizationLegality::blockNeedsPredication(BasicBlock *BB) const { in blockNeedsPredication() function in llvm::LoopVectorizationLegality 1078 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in blockNeedsPredication() 1149 if (!blockNeedsPredication(BB)) { in canVectorizeWithIfConvert() 1182 if (blockNeedsPredication(BB)) { in canVectorizeWithIfConvert()
|
| H A D | LoopVectorize.cpp | 1056 Legal->blockNeedsPredication(UnderlyingInstr.getParent())) in collectPoisonGeneratingRecipes() 1071 Legal->blockNeedsPredication(Member->getParent()); in collectPoisonGeneratingRecipes() 1456 !Legal->blockNeedsPredication(I->getParent())) in isPredicatedInst() 1523 return foldTailByMasking() || Legal->blockNeedsPredication(BB); in blockNeedsPredicationForAnyReason() 5758 return Legal->blockNeedsPredication(BB); in selectInterleaveCount() 6255 if (VF.isScalar() && Legal->blockNeedsPredication(BB)) in expectedCost()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 587 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
|
| H A D | VectorUtils.h | 897 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in isPredicated()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 2266 if (blockNeedsPredication(ST->getParent(), TheLoop, DT)) in analyzeLoop() 2315 if (blockNeedsPredication(LD->getParent(), TheLoop, DT)) in analyzeLoop() 2463 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication() function in LoopAccessInfo
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 329 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT)) in mergeNonIfConvertible()
|