Searched refs:range_factor_range (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | template_cpp.cc | 647 static Signature range_factor_range = variable 889 { "range_factor_range", { range_factor_range } },
|
H A D | isl.py | 401 def range_factor_range(arg0): member in union_pw_multi_aff 2758 def range_factor_range(arg0): member in pw_multi_aff 8685 def range_factor_range(arg0): member in union_map 10016 def range_factor_range(arg0): member in map
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_space.c | 1808 static __isl_give isl_space *range_factor_range(__isl_take isl_space *space) in range_factor_range() function 1848 return range_factor_range(space); in isl_space_range_factor_range() 1861 return range_factor_range(space); in set_factor_range()
|
H A D | isl_multi_templ.c | 734 __isl_give MULTI(BASE) *FN(MULTI(BASE),range_factor_range)( in MULTI()
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | cpp-checked.h | 452 inline isl::checked::pw_multi_aff range_factor_range() const; 1548 inline isl::checked::map range_factor_range() const; 2068 inline isl::checked::map range_factor_range() const; 2264 inline isl::checked::pw_multi_aff range_factor_range() const; 2875 inline isl::checked::pw_multi_aff range_factor_range() const; 3079 inline isl::checked::pw_multi_aff range_factor_range() const; 4033 inline isl::checked::union_map range_factor_range() const; 4120 inline isl::checked::union_pw_multi_aff range_factor_range() const; 4248 inline isl::checked::union_pw_multi_aff range_factor_range() const; 5175 isl::checked::pw_multi_aff aff::range_factor_range() const in range_factor_range() function [all …]
|
H A D | cpp.h | 517 inline isl::pw_multi_aff range_factor_range() const; 1614 inline isl::map range_factor_range() const; 2134 inline isl::map range_factor_range() const; 2330 inline isl::pw_multi_aff range_factor_range() const; 2941 inline isl::pw_multi_aff range_factor_range() const; 3145 inline isl::pw_multi_aff range_factor_range() const; 4099 inline isl::union_map range_factor_range() const; 4186 inline isl::union_pw_multi_aff range_factor_range() const; 4314 inline isl::union_pw_multi_aff range_factor_range() const; 5583 isl::pw_multi_aff aff::range_factor_range() const in range_factor_range() function [all …]
|
H A D | typed_cpp.h | 289 inline typed::pw_multi_aff<Anonymous> range_factor_range() const = delete; 511 inline typed::pw_multi_aff<Domain, Anonymous> range_factor_range() const = delete; 740 inline typed::pw_multi_aff<pair<Domain2, Range2>, Anonymous> range_factor_range() const = delete; 1142 inline typed::map<Domain, Range> range_factor_range() const = delete; 1357 inline typed::map<pair<Domain, Range>, Range2> range_factor_range() const = delete; 1574 inline typed::map<Domain, Domain> range_factor_range() const = delete; 1789 inline typed::map<Domain, Range2> range_factor_range() const; 2007 inline typed::map<pair<T1, T2>, T2> range_factor_range() const; 2219 inline typed::map<pair<T1, T2>, Range2> range_factor_range() const; 3286 inline typed::map<Domain, Range> range_factor_range() const = delete; [all …]
|