Searched refs:FK_Enabled (Results 1 – 3 of 3) sorted by relevance
110 FK_Enabled = 1, ///< Forcing enabled. enumerator182 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()
185 if (VectorizeOnlyWhenForced && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()223 if (Force.Value == LoopVectorizeHints::FK_Enabled) { in emitRemarkWithHints()251 (getForce() == LoopVectorizeHints::FK_Enabled || in allowReordering()1526 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
2535 Cost->Hints->getForce() != LoopVectorizeHints::FK_Enabled)) && in emitSCEVChecks()2569 assert(Cost->Hints->getForce() == LoopVectorizeHints::FK_Enabled && in emitMemRuntimeChecks()4527 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()7126 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in getBestPlan()9393 Hints.getForce() != LoopVectorizeHints::FK_Enabled)) in getScalarEpilogueLowering()9410 case LoopVectorizeHints::FK_Enabled: in getScalarEpilogueLowering()9659 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()9727 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()9833 Hints.getForce() == LoopVectorizeHints::FK_Enabled; in processLoop()