Home
last modified time | relevance | path

Searched refs:getForce (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h153 enum ForceKind getForce() const { in getForce() function
182 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp179 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization()
185 if (VectorizeOnlyWhenForced && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()
239 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName()
241 if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth().isZero()) in vectorizeAnalysisPassName()
251 (getForce() == LoopVectorizeHints::FK_Enabled || in allowReordering()
1526 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
H A DLoopVectorize.cpp2158 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()
2535 Cost->Hints->getForce() != LoopVectorizeHints::FK_Enabled)) && in emitSCEVChecks()
2569 assert(Cost->Hints->getForce() == LoopVectorizeHints::FK_Enabled && in emitMemRuntimeChecks()
4527 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
7126 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in getBestPlan()
9393 Hints.getForce() != LoopVectorizeHints::FK_Enabled)) in getScalarEpilogueLowering()
9657 << (Hints.getForce() == LoopVectorizeHints::FK_Disabled in processLoop()
9659 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
9727 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()
9833 Hints.getForce() == LoopVectorizeHints::FK_Enabled; in processLoop()