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

References

include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  122     return getForce() == LoopVectorizeHints::FK_Enabled || getWidth() > 1;
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  172   if (getWidth() == 1)
  176   if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth() == 0)
lib/Transforms/Vectorize/LoopVectorize.cpp
 7479   const unsigned UserVF = Hints.getWidth();
 7528              << " width=" << Hints.getWidth()
 7637   unsigned UserVF = Hints.getWidth();