Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp174 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization()
180 if (VectorizeOnlyWhenForced && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()
234 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName()
236 if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth().isZero()) in vectorizeAnalysisPassName()
246 (getForce() == LoopVectorizeHints::FK_Enabled || in allowReordering()
1363 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
H A DLoopVectorize.cpp2159 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()
3040 Cost->Hints->getForce() != LoopVectorizeHints::FK_Enabled)) && in emitSCEVChecks()
3074 assert(Cost->Hints->getForce() == LoopVectorizeHints::FK_Enabled && in emitMemRuntimeChecks()
5343 bool ForceVectorization = Hints->getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
9853 Hints.getForce() != LoopVectorizeHints::FK_Enabled)) in getScalarEpilogueLowering()
10179 << (Hints.getForce() == LoopVectorizeHints::FK_Disabled in processLoop()
10181 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
10249 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()
10348 Hints.getForce() == LoopVectorizeHints::FK_Enabled; in processLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h154 enum ForceKind getForce() const { in getForce() function
183 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()