Searched refs:blockNeedsPredication (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 610 return isUniform(Ptr, VF) && !blockNeedsPredication(I.getParent()); in isUniformMemOp() 1090 if (blockNeedsPredication(SI->getParent())) { in canVectorizeMemory() 1252 bool LoopVectorizationLegality::blockNeedsPredication(BasicBlock *BB) const { in blockNeedsPredication() function in llvm::LoopVectorizationLegality 1253 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in blockNeedsPredication() 1327 if (!blockNeedsPredication(BB)) { in canVectorizeWithIfConvert() 1360 if (blockNeedsPredication(BB) && in canVectorizeWithIfConvert()
|
H A D | LoopVectorize.cpp | 1510 return foldTailByMasking() || Legal->blockNeedsPredication(BB); in blockNeedsPredicationForAnyReason() 3372 !Legal->blockNeedsPredication(I->getParent())) in isPredicatedInst() 5010 return Legal->blockNeedsPredication(BB); in selectInterleaveCount() 5521 if (VF.isScalar() && Legal->blockNeedsPredication(BB)) in expectedCost() 8538 return Legal->blockNeedsPredication(BB) || NeedsBlends; in tryToBuildVPlanWithVPRecipes() 8694 return Legal->blockNeedsPredication(BB); in tryToBuildVPlanWithVPRecipes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 338 bool blockNeedsPredication(BasicBlock *BB) const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 655 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
|
H A D | VectorUtils.h | 767 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in isPredicated()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 324 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT)) in mergeNonIfConvertible()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 2556 if (blockNeedsPredication(ST->getParent(), TheLoop, DT)) in analyzeLoop() 2604 if (blockNeedsPredication(LD->getParent(), TheLoop, DT)) in analyzeLoop() 2764 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication() function in LoopAccessInfo
|