Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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()
1508 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
H A DLoopVectorize.cpp2283 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()
2968 Cost->Hints->getForce() != LoopVectorizeHints::FK_Enabled)) && in emitSCEVChecks()
3002 assert(Cost->Hints->getForce() == LoopVectorizeHints::FK_Enabled && in emitMemRuntimeChecks()
5037 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
9579 Hints.getForce() != LoopVectorizeHints::FK_Enabled)) in getScalarEpilogueLowering()
9847 << (Hints.getForce() == LoopVectorizeHints::FK_Disabled in processLoop()
9849 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
9917 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()
10023 Hints.getForce() == LoopVectorizeHints::FK_Enabled; in processLoop()