Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp154 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization()
160 if (VectorizeOnlyWhenForced && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()
214 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName()
216 if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth().isZero()) in vectorizeAnalysisPassName()
226 (getForce() == LoopVectorizeHints::FK_Enabled || in allowReordering()
1231 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
DLoopVectorize.cpp2134 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()
3301 Cost->Hints->getForce() != LoopVectorizeHints::FK_Enabled)) && in emitSCEVChecks()
3336 assert(Cost->Hints->getForce() == LoopVectorizeHints::FK_Enabled && in emitMemRuntimeChecks()
6022 bool ForceVectorization = Hints->getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
9834 Hints.getForce() != LoopVectorizeHints::FK_Enabled)) in getScalarEpilogueLowering()
10064 << (Hints.getForce() == LoopVectorizeHints::FK_Disabled in processLoop()
10066 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
10123 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h140 enum ForceKind getForce() const { in getForce() function
182 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()