reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  179     return Width == rhs.Width && Cost == rhs.Cost;
  179     return Width == rhs.Width && Cost == rhs.Cost;
lib/Transforms/Vectorize/LoopVectorize.cpp
 7491   LVP.setBestPlan(VF.Width, 1);
 7493   InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, 1, LVL,
 7649     IC = CM.selectInterleaveCount(VF.Width, VF.Cost);
 7662   if (VF.Width == 1) {
 7728     LLVM_DEBUG(dbgs() << "LV: Found a vectorizable loop (" << VF.Width
 7736     LLVM_DEBUG(dbgs() << "LV: Found a vectorizable loop (" << VF.Width
 7741   LVP.setBestPlan(VF.Width, IC);
 7763     InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,
 7779              << NV("VectorizationFactor", VF.Width)