Lines Matching refs:LoopVectorizeHints
833 const LoopVectorizeHints *Hints, in LoopVectorizationCostModel()
1329 const LoopVectorizeHints *Hints;
1361 LoopVectorizeHints Hints(OuterLp, true /*DisableInterleaving*/, *ORE); in isExplicitVecOuterLoop()
1365 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()
2900 LoopVectorizeHints Hints(Lp, true, *ORE); in createVectorizedLoopSkeleton()
4806 bool ForceVectorization = Hints->getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
7099 OptimizationRemarkEmitter *ORE, LoopVectorizeHints &Hints) { in processLoopInVPlanNativePath()
7117 Hints.getForce() != LoopVectorizeHints::FK_Enabled && F->optForSize(); in processLoopInVPlanNativePath()
7154 LoopVectorizeHints Hints(L, InterleaveOnlyWhenForced, *ORE); in processLoop()
7159 << (Hints.getForce() == LoopVectorizeHints::FK_Disabled in processLoop()
7161 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
7198 Hints.getForce() != LoopVectorizeHints::FK_Enabled && F->optForSize(); in processLoop()
7243 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()