Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp610 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 DLoopVectorize.cpp1510 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 DLoopVectorizationLegality.h338 bool blockNeedsPredication(BasicBlock *BB) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h655 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
H A DVectorUtils.h767 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in isPredicated()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp324 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT)) in mergeNonIfConvertible()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2556 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