Searched refs:LoopVectorizeHints (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 58 static cl::opt<LoopVectorizeHints::ScalableForceKind> 81 bool LoopVectorizeHints::Hint::validate(unsigned Val) { in validate() 97 LoopVectorizeHints::LoopVectorizeHints(const Loop *L, in LoopVectorizeHints() function in llvm::LoopVectorizeHints 136 LoopVectorizeHints::SK_Unspecified) in LoopVectorizeHints() 153 void LoopVectorizeHints::setAlreadyVectorized() { in setAlreadyVectorized() 172 bool LoopVectorizeHints::allowVectorization( in allowVectorization() 174 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization() 205 void LoopVectorizeHints::emitRemarkWithHints() const { in emitRemarkWithHints() 234 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName() 241 bool LoopVectorizeHints::allowReordering() const { in allowReordering() [all …]
|
| H A D | LoopVectorizationPlanner.h | 36 class LoopVectorizeHints; variable 276 const LoopVectorizeHints &Hints; 292 const LoopVectorizeHints &Hints, in LoopVectorizationPlanner()
|
| H A D | LoopVectorize.cpp | 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; 2124 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop() 7620 LoopVectorizeHints Hints(L, true, *ORE); in executePlan() 9746 case LoopVectorizeHints::FK_Enabled: in getScalarEpilogueLowering() 9748 case LoopVectorizeHints::FK_Disabled: in getScalarEpilogueLowering() 9836 ProfileSummaryInfo *PSI, LoopVectorizeHints &Hints, in processLoopInVPlanNativePath() 10115 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop() [all …]
|
| /llvm-project-15.0.7/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() 248 LoopVectorizationRequirements *R, LoopVectorizeHints *H, DemandedBits *DB, in LoopVectorizationLegality() 545 LoopVectorizeHints *Hints;
|