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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 2083   auto *U = getOrCreateVectorValue(V, Instance.Part);
 2102   Value *VectorValue = VectorLoopValueMap.getVectorValue(V, Instance.Part);
 2105   VectorLoopValueMap.resetVectorValue(V, Instance.Part, VectorValue);
 7355         State.ValueMap.setVectorValue(Ingredient, State.Instance->Part, Undef);
 7374   unsigned Part = State.Instance->Part;
 7412   unsigned Part = State.Instance->Part;
lib/Transforms/Vectorize/VPlan.cpp
  163                  !(State->Instance->Part == 0 && State->Instance->Lane == 0);
  262     State->Instance->Part = Part;
lib/Transforms/Vectorize/VPlan.h
  152     assert(Instance.Part < UF && "Queried Scalar Part is too large.");
  158     assert(Entry[Instance.Part].size() == VF &&
  160     return Entry[Instance.Part][Instance.Lane] != nullptr;
  174     return ScalarMapStorage[Key][Instance.Part][Instance.Lane];
  200     ScalarMapStorage[Key][Instance.Part][Instance.Lane] = Scalar;
  220     ScalarMapStorage[Key][Instance.Part][Instance.Lane] = Scalar;