Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h95 FK_Enabled = 1, ///< Forcing enabled. enumerator
128 return getForce() == LoopVectorizeHints::FK_Enabled || getWidth() > 1; in allowReordering()
137 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp113 if (!AlwaysVectorize && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()
151 if (Force.Value == LoopVectorizeHints::FK_Enabled) { in emitRemarkWithHints()
1051 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
DLoopVectorize.cpp1147 if (LH.getForce() == LoopVectorizeHints::FK_Enabled) { in emitMissedWarning()
5036 bool ForceVectorization = Hints->getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
7271 Hints.getForce() != LoopVectorizeHints::FK_Enabled && F->optForSize(); in processLoopInVPlanNativePath()
7300 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
7337 Hints.getForce() != LoopVectorizeHints::FK_Enabled && F->optForSize(); in processLoop()
7382 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()
/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 …]