Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h340 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 DLoopVectorizationLegality.cpp928 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 DLoopVectorize.cpp1056 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 DLoopAccessAnalysis.h587 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
H A DVectorUtils.h897 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in isPredicated()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2266 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 DLoopDistribute.cpp329 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT)) in mergeNonIfConvertible()