Lines Matching refs:LoopVectorizeHints
967 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationFailure()
977 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationInfo()
1142 const LoopVectorizeHints *Hints, in LoopVectorizationCostModel()
1818 const LoopVectorizeHints *Hints;
2120 LoopVectorizeHints Hints(OuterLp, true /*DisableInterleaving*/, *ORE); in isExplicitVecOuterLoop()
2124 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()
3007 Cost->Hints->getForce() != LoopVectorizeHints::FK_Enabled)) && in emitSCEVChecks()
3041 assert(Cost->Hints->getForce() == LoopVectorizeHints::FK_Enabled && in emitMemRuntimeChecks()
5278 bool ForceVectorization = Hints->getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()
7620 LoopVectorizeHints Hints(L, true, *ORE); in executePlan()
9715 Function *F, Loop *L, LoopVectorizeHints &Hints, ProfileSummaryInfo *PSI, in getScalarEpilogueLowering()
9729 Hints.getForce() != LoopVectorizeHints::FK_Enabled)) in getScalarEpilogueLowering()
9746 case LoopVectorizeHints::FK_Enabled: in getScalarEpilogueLowering()
9748 case LoopVectorizeHints::FK_Disabled: in getScalarEpilogueLowering()
9836 ProfileSummaryInfo *PSI, LoopVectorizeHints &Hints, in processLoopInVPlanNativePath()
10051 LoopVectorizeHints Hints(L, InterleaveOnlyWhenForced, *ORE, TTI); in processLoop()
10056 << (Hints.getForce() == LoopVectorizeHints::FK_Disabled in processLoop()
10058 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
10115 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()
10228 Hints.getForce() == LoopVectorizeHints::FK_Enabled; in processLoop()