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

References

lib/Transforms/Vectorize/VPlan.h
  147     return ScalarMapStorage.count(Key);
  156     const ScalarParts &Entry = ScalarMapStorage.find(Key)->second;
  174     return ScalarMapStorage[Key][Instance.Part][Instance.Lane];
  192     if (!ScalarMapStorage.count(Key)) {
  198       ScalarMapStorage[Key] = Entry;
  200     ScalarMapStorage[Key][Instance.Part][Instance.Lane] = Scalar;
  220     ScalarMapStorage[Key][Instance.Part][Instance.Lane] = Scalar;