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.cpp182 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization()
188 if (VectorizeOnlyWhenForced && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()
241 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName()
243 if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth().isZero()) in vectorizeAnalysisPassName()
253 (getForce() == LoopVectorizeHints::FK_Enabled || in allowReordering()
1891 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
H A DLoopVectorize.cpp2060 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()
4243 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
7011 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in computeBestVF()
9307 CM.Hints->getForce() == LoopVectorizeHints::FK_Enabled) && in attachRuntimeChecks()
9321 CM.Hints->getForce() == LoopVectorizeHints::FK_Enabled && in attachRuntimeChecks()
9381 Hints.getForce() != LoopVectorizeHints::FK_Enabled)) in getScalarEpilogueLowering()
9921 << (Hints.getForce() == LoopVectorizeHints::FK_Disabled in processLoop()
9923 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
10011 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()
10110 Hints.getForce() == LoopVectorizeHints::FK_Enabled; in processLoop()