Searched refs:LoopVectorizeHints (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 58 static cl::opt<LoopVectorizeHints::ScalableForceKind> 60 "scalable-vectorization", cl::init(LoopVectorizeHints::SK_Unspecified), 65 clEnumValN(LoopVectorizeHints::SK_FixedWidthOnly, "off", 68 LoopVectorizeHints::SK_PreferScalable, "preferred", 72 LoopVectorizeHints::SK_PreferScalable, "on", 81 bool LoopVectorizeHints::Hint::validate(unsigned Val) { in validate() 97 LoopVectorizeHints::LoopVectorizeHints(const Loop *L, in LoopVectorizeHints() function in llvm::LoopVectorizeHints 121 if ((LoopVectorizeHints::ScalableForceKind)Scalable.Value == SK_Unspecified) { in LoopVectorizeHints() 136 LoopVectorizeHints::SK_Unspecified) in LoopVectorizeHints() 140 if ((LoopVectorizeHints::ScalableForceKind)Scalable.Value == SK_Unspecified) in LoopVectorizeHints() [all …]
|
H A D | LoopVectorizationPlanner.h | 36 class LoopVectorizeHints; variable 277 const LoopVectorizeHints &Hints; 293 const LoopVectorizeHints &Hints, in LoopVectorizationPlanner()
|
H A D | LoopVectorize.cpp | 1000 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationFailure() 1010 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationInfo() 1172 const LoopVectorizeHints *Hints, in LoopVectorizationCostModel() 1851 const LoopVectorizeHints *Hints; 2155 LoopVectorizeHints Hints(OuterLp, true /*DisableInterleaving*/, *ORE); in isExplicitVecOuterLoop() 2159 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop() 3040 Cost->Hints->getForce() != LoopVectorizeHints::FK_Enabled)) && in emitSCEVChecks() 3074 assert(Cost->Hints->getForce() == LoopVectorizeHints::FK_Enabled && in emitMemRuntimeChecks() 5343 bool ForceVectorization = Hints->getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor() 7711 LoopVectorizeHints Hints(L, true, *ORE); in executePlan() [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 61 class LoopVectorizeHints { 125 LoopVectorizeHints(const Loop *L, bool InterleaveOnlyWhenForced, 183 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe() 247 LoopVectorizationRequirements *R, LoopVectorizeHints *H, DemandedBits *DB, in LoopVectorizationLegality() 533 LoopVectorizeHints *Hints;
|