Searched refs:bind_domain (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_bind_domain_templ.c | 108 __isl_give TYPE *FN(TYPE,bind_domain)(__isl_take TYPE *obj, in FN() argument
|
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | template_cpp.cc | 521 static Signature bind_domain = { { Range }, { { Domain, Range }, { Domain } } }; variable 803 { "bind_domain", { bind_domain } }, 885 { "pullback", { domain_backward, bind_domain } },
|
| H A D | isl.py | 1576 def bind_domain(arg0, arg1): member in multi_pw_aff 1586 return multi_union_pw_aff(arg0).bind_domain(arg1) 2397 def bind_domain(arg0, arg1): member in pw_multi_aff 2407 return union_pw_multi_aff(arg0).bind_domain(arg1) 3197 def bind_domain(arg0, arg1): member in pw_aff 3207 return union_pw_aff(arg0).bind_domain(arg1) 4065 def bind_domain(arg0, arg1): member in multi_aff 4075 return pw_multi_aff(arg0).bind_domain(arg1) 9119 def bind_domain(arg0, arg1): member in map 9129 return union_map(arg0).bind_domain(arg1)
|
| /netbsd-src/external/mit/isl/dist/include/isl/ |
| H A D | typed_cpp.h | 225 inline typed::pw_aff<Anonymous> bind_domain(const typed::multi_id<> &tuple) const = delete; 438 inline typed::pw_aff<Anonymous> bind_domain(const typed::multi_id<Domain> &tuple) const; 665 …inline typed::pw_aff<Anonymous> bind_domain(const typed::multi_id<pair<Domain2, Range2>> &tuple) c… 1056 inline typed::set<Range> bind_domain(const typed::multi_id<Domain> &tuple) const; 1271 inline typed::set<Range2> bind_domain(const typed::multi_id<pair<Domain, Range>> &tuple) const; 1482 inline typed::set<Domain> bind_domain(const typed::multi_id<Domain> &tuple) const; 1703 inline typed::set<pair<Range, Range2>> bind_domain(const typed::multi_id<Domain> &tuple) const; 1915 inline typed::set<pair<T1, T2>> bind_domain(const typed::multi_id<pair<T1, T2>> &tuple) const; 2133 …inline typed::set<pair<Range, Range2>> bind_domain(const typed::multi_id<pair<T1, T2>> &tuple) con… 3161 inline typed::set<Range> bind_domain(const typed::multi_id<Domain> &tuple) const; [all …]
|
| H A D | cpp-checked.h | 358 inline isl::checked::pw_aff bind_domain(const isl::checked::multi_id &tuple) const; 1436 inline isl::checked::set bind_domain(const isl::checked::multi_id &tuple) const; 1936 inline isl::checked::set bind_domain(isl::checked::multi_id tuple) const; 2195 inline isl::checked::multi_aff bind_domain(isl::checked::multi_id tuple) const; 2398 inline isl::checked::multi_pw_aff bind_domain(isl::checked::multi_id tuple) const; 2792 inline isl::checked::pw_aff bind_domain(isl::checked::multi_id tuple) const; 3011 inline isl::checked::pw_multi_aff bind_domain(isl::checked::multi_id tuple) const; 4685 isl::checked::pw_aff aff::bind_domain(const isl::checked::multi_id &tuple) const in bind_domain() function 4687 return isl::checked::pw_aff(*this).bind_domain(tuple); in bind_domain() 7591 isl::checked::set basic_map::bind_domain(const isl::checked::multi_id &tuple) const in bind_domain() function [all …]
|
| H A D | cpp.h | 423 inline isl::pw_aff bind_domain(const isl::multi_id &tuple) const; 1502 inline isl::set bind_domain(const isl::multi_id &tuple) const; 2002 inline isl::set bind_domain(isl::multi_id tuple) const; 2261 inline isl::multi_aff bind_domain(isl::multi_id tuple) const; 2464 inline isl::multi_pw_aff bind_domain(isl::multi_id tuple) const; 2858 inline isl::pw_aff bind_domain(isl::multi_id tuple) const; 3077 inline isl::pw_multi_aff bind_domain(isl::multi_id tuple) const; 4827 isl::pw_aff aff::bind_domain(const isl::multi_id &tuple) const in bind_domain() function 4831 return isl::pw_aff(*this).bind_domain(tuple); in bind_domain() 8779 isl::set basic_map::bind_domain(const isl::multi_id &tuple) const in bind_domain() function [all …]
|