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

Declarations

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
  182 class local_space;

References

tools/polly/lib/Analysis/ScopInfo.cpp
  420   isl::local_space LArraySpace = isl::local_space(ArraySpace);
  530     isl::local_space LS;
  671     isl::local_space LS(Space);
  804     isl::local_space LS(Space);
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
  237   inline explicit aff(local_space ls);
  238   inline explicit aff(local_space ls, val val);
  278   inline local_space get_domain_local_space() const;
  281   inline local_space get_local_space() const;
  298   static inline aff nan_on_domain(local_space ls);
  318   static inline aff var_on_domain(local_space ls, isl::dim type, unsigned int pos);
  670   inline local_space get_local_space() const;
  831   inline local_space get_local_space() const;
  952   static inline constraint alloc_equality(local_space ls);
  953   static inline constraint alloc_inequality(local_space ls);
  961   inline local_space get_local_space() const;
 1162 inline local_space manage(__isl_take isl_local_space *ptr);
 1163 inline local_space manage_copy(__isl_keep isl_local_space *ptr);
 1166   friend inline local_space manage(__isl_take isl_local_space *ptr);
 1167   friend inline local_space manage_copy(__isl_keep isl_local_space *ptr);
 1175   inline /* implicit */ local_space(const local_space &obj);
 1178   inline local_space &operator=(local_space obj);
 1178   inline local_space &operator=(local_space obj);
 1189   inline local_space add_dims(isl::dim type, unsigned int n) const;
 1191   inline local_space domain() const;
 1192   inline local_space drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
 1194   inline local_space flatten_domain() const;
 1195   inline local_space flatten_range() const;
 1196   inline local_space from_domain() const;
 1203   inline local_space insert_dims(isl::dim type, unsigned int first, unsigned int n) const;
 1204   inline local_space intersect(local_space ls2) const;
 1204   inline local_space intersect(local_space ls2) const;
 1205   inline boolean is_equal(const local_space &ls2) const;
 1208   inline local_space range() const;
 1209   inline local_space set_dim_id(isl::dim type, unsigned int pos, id id) const;
 1210   inline local_space set_from_params() const;
 1211   inline local_space set_tuple_id(isl::dim type, id id) const;
 1212   inline local_space wrap() const;
 1942   inline explicit pw_aff(local_space ls);
 2007   static inline pw_aff nan_on_domain(local_space ls);
 2033   static inline pw_aff var_on_domain(local_space ls, isl::dim type, unsigned int pos);
 3837 aff::aff(local_space ls)
 3842 aff::aff(local_space ls, val val)
 4060 local_space aff::get_domain_local_space() const
 4078 local_space aff::get_local_space() const
 4180 aff aff::nan_on_domain(local_space ls)
 4300 aff aff::var_on_domain(local_space ls, isl::dim type, unsigned int pos)
 5702 local_space basic_map::get_local_space() const
 6479 local_space basic_set::get_local_space() const
 6998 constraint constraint::alloc_equality(local_space ls)
 7004 constraint constraint::alloc_inequality(local_space ls)
 7053 local_space constraint::get_local_space() const
 7732 local_space manage(__isl_take isl_local_space *ptr) {
 7735 local_space manage_copy(__isl_keep isl_local_space *ptr) {
 7743 local_space::local_space(const local_space &obj)
 7761 local_space &local_space::operator=(local_space obj) {
 7761 local_space &local_space::operator=(local_space obj) {
 7802 local_space local_space::add_dims(isl::dim type, unsigned int n) const
 7814 local_space local_space::domain() const
 7820 local_space local_space::drop_dims(isl::dim type, unsigned int first, unsigned int n) const
 7832 local_space local_space::flatten_domain() const
 7838 local_space local_space::flatten_range() const
 7844 local_space local_space::from_domain() const
 7887 local_space local_space::insert_dims(isl::dim type, unsigned int first, unsigned int n) const
 7893 local_space local_space::intersect(local_space ls2) const
 7893 local_space local_space::intersect(local_space ls2) const
 7899 boolean local_space::is_equal(const local_space &ls2) const
 7917 local_space local_space::range() const
 7923 local_space local_space::set_dim_id(isl::dim type, unsigned int pos, id id) const
 7929 local_space local_space::set_from_params() const
 7935 local_space local_space::set_tuple_id(isl::dim type, id id) const
 7941 local_space local_space::wrap() const
11399 pw_aff::pw_aff(local_space ls)
11774 pw_aff pw_aff::nan_on_domain(local_space ls)
11930 pw_aff pw_aff::var_on_domain(local_space ls, isl::dim type, unsigned int pos)
tools/polly/lib/Transform/ScheduleOptimizer.cpp
  359   isl::local_space LocalSpace = isl::local_space(Space);
tools/polly/unittests/Isl/IslTest.cpp
  302   isl::local_space LS = isl::local_space(Space);