Searched refs:FK_Enabled (Results 1 – 4 of 4) sorted by relevance
95 FK_Enabled = 1, ///< Forcing enabled. enumerator128 return getForce() == LoopVectorizeHints::FK_Enabled || getWidth() > 1; in allowReordering()137 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()
113 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()
1147 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()
1073 FK_Enabled = 1, ///< Forcing enabled. enumerator1109 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 …]