Searched refs:LoopVectorizeHints (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 62 static cl::opt<LoopVectorizeHints::ScalableForceKind> 64 "scalable-vectorization", cl::init(LoopVectorizeHints::SK_Unspecified), 69 clEnumValN(LoopVectorizeHints::SK_FixedWidthOnly, "off", 72 LoopVectorizeHints::SK_PreferScalable, "preferred", 76 LoopVectorizeHints::SK_PreferScalable, "on", 89 bool LoopVectorizeHints::Hint::validate(unsigned Val) { in validate() 105 LoopVectorizeHints::LoopVectorizeHints(const Loop *L, in LoopVectorizeHints() function in llvm::LoopVectorizeHints 129 if ((LoopVectorizeHints::ScalableForceKind)Scalable.Value == SK_Unspecified) { in LoopVectorizeHints() 144 LoopVectorizeHints::SK_Unspecified) in LoopVectorizeHints() 148 if ((LoopVectorizeHints::ScalableForceKind)Scalable.Value == SK_Unspecified) in LoopVectorizeHints() [all …]
|
| H A D | LoopVectorizationPlanner.h | 42 class LoopVectorizeHints; variable 435 const LoopVectorizeHints &Hints; 468 PredicatedScalarEvolution &PSE, const LoopVectorizeHints &Hints, in LoopVectorizationPlanner()
|
| H A D | LoopVectorize.cpp | 832 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationFailure() 847 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); 915 const LoopVectorizeHints *Hints, in LoopVectorizationCostModel() 1718 const LoopVectorizeHints *Hints; 2056 LoopVectorizeHints Hints(OuterLp, true /*DisableInterleaving*/, *ORE); in isExplicitVecOuterLoop() 2060 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop() 4243 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor() 7011 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in computeBestVF() 7363 LoopVectorizeHints Hints(L, true, *ORE); in executePlan() 9307 CM.Hints->getForce() == LoopVectorizeHints::FK_Enabled) && in attachRuntimeChecks() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 60 class LoopVectorizeHints { 124 LoopVectorizeHints(const Loop *L, bool InterleaveOnlyWhenForced, 182 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe() 258 LoopVectorizationRequirements *R, LoopVectorizeHints *H, DemandedBits *DB, in LoopVectorizationLegality() 628 LoopVectorizeHints *Hints;
|