Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1073 FK_Enabled = 1, ///< Forcing enabled. enumerator
1109 if (!AlwaysVectorize && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()
1142 if (Force.Value == LoopVectorizeHints::FK_Enabled) { in emitRemark()
1177 return getForce() == LoopVectorizeHints::FK_Enabled || getWidth() > 1; in allowReordering()
1186 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()
1320 if (LH.getForce() == LoopVectorizeHints::FK_Enabled) { in emitMissedWarning()
4479 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
5289 bool ForceVectorization = Hints->getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
6383 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
6411 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()
[all …]