Searched refs:LoopVectorizeHints (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 63 static cl::opt<LoopVectorizeHints::ScalableForceKind> 86 bool LoopVectorizeHints::Hint::validate(unsigned Val) { in validate() 102 LoopVectorizeHints::LoopVectorizeHints(const Loop *L, in LoopVectorizeHints() function in llvm::LoopVectorizeHints 141 LoopVectorizeHints::SK_Unspecified) in LoopVectorizeHints() 158 void LoopVectorizeHints::setAlreadyVectorized() { in setAlreadyVectorized() 177 bool LoopVectorizeHints::allowVectorization( in allowVectorization() 179 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization() 210 void LoopVectorizeHints::emitRemarkWithHints() const { in emitRemarkWithHints() 239 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName() 246 bool LoopVectorizeHints::allowReordering() const { in allowReordering() [all …]
|
| H A D | LoopVectorizationPlanner.h | 38 class LoopVectorizeHints; variable 317 const LoopVectorizeHints &Hints; 334 PredicatedScalarEvolution &PSE, const LoopVectorizeHints &Hints, in LoopVectorizationPlanner()
|
| H A D | LoopVectorize.cpp | 1025 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationFailure() 1035 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationInfo() 1205 const LoopVectorizeHints *Hints, in LoopVectorizationCostModel() 1910 const LoopVectorizeHints *Hints; 2283 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop() 7650 LoopVectorizeHints Hints(L, true, *ORE); in executePlan() 9596 case LoopVectorizeHints::FK_Enabled: in getScalarEpilogueLowering() 9598 case LoopVectorizeHints::FK_Disabled: in getScalarEpilogueLowering() 9619 ProfileSummaryInfo *PSI, LoopVectorizeHints &Hints, in processLoopInVPlanNativePath() 9917 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop() [all …]
|
| /freebsd-14.2/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() 246 LoopVectorizationRequirements *R, LoopVectorizeHints *H, DemandedBits *DB, in LoopVectorizationLegality() 527 LoopVectorizeHints *Hints;
|