Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h140 enum ForceKind getForce() const { in getForce() function
169 return getForce() == LoopVectorizeHints::FK_Enabled || in allowReordering()
179 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp147 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization()
153 if (VectorizeOnlyWhenForced && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()
207 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName()
209 if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth().isZero()) in vectorizeAnalysisPassName()
1210 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
H A DLoopVectorize.cpp2115 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()
3276 Cost->Hints->getForce() != LoopVectorizeHints::FK_Enabled)) && in emitSCEVChecks()
3307 assert(Cost->Hints->getForce() == LoopVectorizeHints::FK_Enabled && in emitMemRuntimeChecks()
6044 bool ForceVectorization = Hints->getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
9627 Hints.getForce() != LoopVectorizeHints::FK_Enabled)) in getScalarEpilogueLowering()
9853 << (Hints.getForce() == LoopVectorizeHints::FK_Disabled in processLoop()
9855 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
9912 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()