Home
last modified time | relevance | path

Searched refs:bind_range (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc522 static Signature bind_range = { { Domain }, { { Domain, Range }, { Range } } }; variable
802 { "bind", { bind_set, bind_range } },
804 { "bind_range", { bind_range } },
H A Disl.py7813 def bind_range(arg0, arg1): member in union_map
9134 def bind_range(arg0, arg1): member in map
9144 return union_map(arg0).bind_range(arg1)
/netbsd-src/external/mit/isl/dist/
H A Disl_union_map.c4603 static __isl_give isl_map *bind_range(__isl_take isl_map *map, void *user) in bind_range() function
4620 .fn_map2 = &bind_range, in isl_union_map_bind_range()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dtyped_cpp.h1057 inline typed::set<Domain> bind_range(const typed::multi_id<Range> &tuple) const;
1272 inline typed::set<pair<Domain, Range>> bind_range(const typed::multi_id<Range2> &tuple) const;
1483 inline typed::set<Domain> bind_range(const typed::multi_id<Domain> &tuple) const;
1704 inline typed::set<Domain> bind_range(const typed::multi_id<pair<Range, Range2>> &tuple) const;
1916 inline typed::set<pair<T1, T2>> bind_range(const typed::multi_id<pair<T1, T2>> &tuple) const;
2134 …inline typed::set<pair<T1, T2>> bind_range(const typed::multi_id<pair<Range, Range2>> &tuple) cons…
3162 inline typed::set<Domain> bind_range(const typed::multi_id<Range> &tuple) const;
3429 inline typed::set<pair<Domain, Range>> bind_range(const typed::multi_id<Range2> &tuple) const;
3692 inline typed::set<Domain> bind_range(const typed::multi_id<Domain> &tuple) const;
3975 inline typed::set<Domain> bind_range(const typed::multi_id<pair<Range, Range2>> &tuple) const;
[all …]
H A Dcpp-checked.h1437 inline isl::checked::set bind_range(const isl::checked::multi_id &tuple) const;
1937 inline isl::checked::set bind_range(isl::checked::multi_id tuple) const;
3960 inline isl::checked::union_set bind_range(isl::checked::multi_id tuple) const;
7596 isl::checked::set basic_map::bind_range(const isl::checked::multi_id &tuple) const in bind_range() function
7598 return isl::checked::map(*this).bind_range(tuple); in bind_range()
9706 isl::checked::set map::bind_range(isl::checked::multi_id tuple) const in bind_range() function
18541 isl::checked::union_set union_map::bind_range(isl::checked::multi_id tuple) const in bind_range() function
H A Dcpp.h1503 inline isl::set bind_range(const isl::multi_id &tuple) const;
2003 inline isl::set bind_range(isl::multi_id tuple) const;
4026 inline isl::union_set bind_range(isl::multi_id tuple) const;
8786 isl::set basic_map::bind_range(const isl::multi_id &tuple) const in bind_range() function
8790 return isl::map(*this).bind_range(tuple); in bind_range()
11909 isl::set map::bind_range(isl::multi_id tuple) const in bind_range() function
26250 isl::union_set union_map::bind_range(isl::multi_id tuple) const in bind_range() function