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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 7291   State.ILV->widenPHIInstruction(Phi, State.UF, State.VF);
 7311   InnerLoopVectorizer::VectorParts Entry(State.UF);
 7313     for (unsigned Part = 0; Part < State.UF; ++Part) {
 7329   for (unsigned Part = 0; Part < State.UF; ++Part)
 7339   InnerLoopVectorizer::VectorParts MaskValues(State.UF);
 7341   for (unsigned Part = 0; Part < State.UF; ++Part)
 7366   for (unsigned Part = 0; Part < State.UF; ++Part)
 7434   InnerLoopVectorizer::VectorParts MaskValues(State.UF);
 7436   for (unsigned Part = 0; Part < State.UF; ++Part)
lib/Transforms/Vectorize/VPlan.cpp
  261   for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) {
  333   for (unsigned Part = 0; Part < State.UF; ++Part)
lib/Transforms/Vectorize/VPlan.h
  274       DataState::PerPartValuesTy Entry(UF);