Searched refs:union_set (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/mit/isl/dist/
H A Disl_multi_apply_union_set_explicit_domain_templ.c1 #define APPLY_DOMBASE union_set
H A Disl_multi_align_union_set.c2 #define SUFFIX union_set
H A Disl_union_set_private.h4 #include <isl/union_set.h>
H A Disl_set_list.c2 #include <isl/union_set.h>
31 #define EL_BASE union_set
H A Dall.h9 #include <isl/union_set.h>
H A Disl_union_map_private.h4 #include <isl/union_set.h>
H A Dprint.c7 #include <isl/union_set.h>
47 #define BASE union_set
H A Disl_test_cpp-generic.cc82 isl::union_set us(ctx, "{ A[1]; B[2, 3] }");
83 isl::union_set empty = isl::union_set::empty(ctx);
200 isl::union_set us(ctx, "{ A[i]; B[j] }");
243 isl::union_set A(ctx, "{ A[i] : 0 <= i < 10 }");
244 isl::union_set B(ctx, "{ B[i] : 0 <= i < 20 }");
H A Disl_test_python.py38 us = isl.union_set("{ A[1]; B[2, 3] }")
39 empty = isl.union_set.empty()
252 us = isl.union_set("{ A[i]; B[j] }")
297 A = isl.union_set("{ A[i] : 0 <= i < 10 }")
298 B = isl.union_set("{ B[i] : 0 <= i < 20 }")
381 filters = [isl.union_set("{}")]
H A Disl_test_cpp-checked.cc170 isl::union_set us(ctx, "{ A[i]; B[j] }");
225 auto filters = isl::union_set(ctx, "{}");
H A Disl_test_cpp.cc158 isl::union_set us(ctx, "{ A[i]; B[j] }");
263 auto filters = isl::union_set(ctx, "{}");
H A Disl_schedule_constraints.c16 #include <isl/union_set.h>
493 #define BASE union_set
577 #define BASE union_set
H A Dcodegen.c28 #include <isl/union_set.h>
H A Disl_obj.c20 #include <isl/union_set.h>
H A Disl_aff_private.h230 #define DOMBASE union_set
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dunion_map_type.h17 ISL_DECLARE_EXPORTED_LIST_TYPE(union_set)
H A Dcpp-checked.h209 #include <isl/union_set.h>
304 class union_set;
385 inline isl::checked::union_pw_aff gist(const isl::checked::union_set &context) const;
396 inline isl::checked::union_pw_aff intersect_domain(const isl::checked::union_set &uset) const;
397 inline isl::checked::union_pw_aff intersect_domain_wrapped_domain(const isl::checked::union_set &uset) const;
398 inline isl::checked::union_pw_aff intersect_domain_wrapped_range(const isl::checked::union_set &uset) const;
483 inline isl::checked::union_pw_aff subtract_domain(const isl::checked::union_set &uset) const;
1472 inline isl::checked::union_map gist_domain(const isl::checked::union_set &uset) const;
1474 inline isl::checked::union_map gist_range(const isl::checked::union_set &uset) const;
1483 inline isl::checked::union_map intersect_domain(const isl::checked::union_set
4262 class union_set { class in namespace:isl::checked
20027 union_set::union_set(__isl_take isl_union_set *ptr) function in class:isl::checked::union_set
20030 union_set::union_set() function in class:isl::checked::union_set
20033 union_set::union_set(const union_set &obj) function in class:isl::checked::union_set
20039 union_set::union_set(isl::checked::basic_set bset) function in class:isl::checked::union_set
20045 union_set::union_set(isl::checked::point pnt) function in class:isl::checked::union_set
20051 union_set::union_set(isl::checked::set set) function in class:isl::checked::union_set
20057 union_set::union_set(isl::checked::ctx ctx, const std::string &str) function in class:isl::checked::union_set
[all...]
H A Dcpp.h276 #include <isl/union_set.h>
369 class union_set;
450 inline isl::union_pw_aff gist(const isl::union_set &context) const;
461 inline isl::union_pw_aff intersect_domain(const isl::union_set &uset) const;
462 inline isl::union_pw_aff intersect_domain_wrapped_domain(const isl::union_set &uset) const;
463 inline isl::union_pw_aff intersect_domain_wrapped_range(const isl::union_set &uset) const;
548 inline isl::union_pw_aff subtract_domain(const isl::union_set &uset) const;
1538 inline isl::union_map gist_domain(const isl::union_set &uset) const;
1540 inline isl::union_map gist_range(const isl::union_set &uset) const;
1549 inline isl::union_map intersect_domain(const isl::union_set
4328 class union_set { class in namespace:isl
28860 union_set::union_set(__isl_take isl_union_set *ptr) function in class:isl::union_set
28863 union_set::union_set() function in class:isl::union_set
28866 union_set::union_set(const union_set &obj) function in class:isl::union_set
28878 union_set::union_set(isl::basic_set bset) function in class:isl::union_set
28890 union_set::union_set(isl::point pnt) function in class:isl::union_set
28902 union_set::union_set(isl::set set) function in class:isl::union_set
28914 union_set::union_set(isl::ctx ctx, const std::string &str) function in class:isl::union_set
[all...]
H A Dtyped_cpp.h121 struct union_set;
187 friend struct union_set;
241 inline typed::union_pw_aff<Anonymous> gist(const typed::union_set<> &context) const;
254 inline typed::union_pw_aff<Anonymous> intersect_domain(const typed::union_set<> &uset) const = delete;
255 inline typed::union_pw_aff<Anonymous> intersect_domain_wrapped_domain(const typed::union_set<> &uset) const = delete;
319 inline typed::union_pw_aff<Anonymous> subtract_domain(const typed::union_set<> &uset) const = delete;
390 friend struct union_set;
454 inline typed::union_pw_aff<Domain, Anonymous> gist(const typed::union_set<Domain> &context) const;
466 inline typed::union_pw_aff<Domain, Anonymous> intersect_domain(const typed::union_set<Domain> &uset) const;
467 inline typed::union_pw_aff<Domain, Anonymous> intersect_domain_wrapped_domain(const typed::union_set<>
13750 struct union_set<> : public isl::union_set { struct in namespace:isl::typed
13817 union_set(const base &obj) : isl::union_set(obj) {} function in struct:isl::typed::union_set
13877 struct union_set<Domain> : public isl::union_set { struct in namespace:isl::typed
13944 union_set(const union_set<Arg1> &obj) : isl::union_set(obj) {} function in struct:isl::typed::union_set
13949 union_set(const base &obj) : isl::union_set(obj) {} function in struct:isl::typed::union_set
14015 struct union_set<pair<Domain, Range>> : public isl::union_set { struct in namespace:isl::typed
14083 union_set(const union_set<pair<Arg1, Arg2>> &obj) argument
14088 union_set(const base &obj) : isl::union_set(obj) {} function in struct:isl::typed::union_set
51448 typed::union_set<>::union_set(const typed::basic_set<> &bset) function in class:isl::typed::typed::union_set
51453 typed::union_set<>::union_set(const typed::point<> &pnt) function in class:isl::typed::typed::union_set
51458 typed::union_set<>::union_set(const typed::set<> &set) function in class:isl::typed::typed::union_set
51463 typed::union_set<>::union_set(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::union_set
51643 typed::union_set<Domain>::union_set(const typed::basic_set<Domain> &bset) function in class:isl::typed::typed::union_set
51649 typed::union_set<Domain>::union_set(const typed::point<Domain> &pnt) function in class:isl::typed::typed::union_set
51655 typed::union_set<Domain>::union_set(const typed::set<Domain> &set) function in class:isl::typed::typed::union_set
51661 typed::union_set<Domain>::union_set(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::union_set
51994 typed::union_set<pair<Domain, Range>>::union_set(const typed::basic_set<pair<Domain, Range>> &bset) function in class:isl::typed::typed::union_set
52000 typed::union_set<pair<Domain, Range>>::union_set(const typed::point<pair<Domain, Range>> &pnt) function in class:isl::typed::typed::union_set
52006 typed::union_set<pair<Domain, Range>>::union_set(const typed::set<pair<Domain, Range>> &set) function in class:isl::typed::typed::union_set
52012 typed::union_set<pair<Domain, Range>>::union_set(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::union_set
[all...]
H A Dunion_set.h194 ISL_DECLARE_EXPORTED_LIST_FN(union_set)
195 ISL_DECLARE_EXPORTED_LIST_FN_READ(union_set)
H A Dcpp-checked-conversion.h673 checked::union_set check(union_set obj) {
677 union_set uncheck(checked::union_set obj) {
/netbsd-current/external/mit/isl/dist/interface/
H A Disl.py170 obj = union_set(ctx=ctx, ptr=res)
227 if not arg1.__class__ is union_set:
228 arg1 = union_set(arg1)
247 if len(args) == 2 and args[1].__class__ is union_set:
266 if not arg1.__class__ is union_set:
267 arg1 = union_set(arg1)
281 if not arg1.__class__ is union_set:
282 arg1 = union_set(arg1)
465 if len(args) == 2 and args[1].__class__ is union_set:
650 obj = union_set(ct
10799 class union_set(object): class in inherits:object
[all...]
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregexec.c3040 re_node_set union_set;
3041 re_node_set_init_empty (&union_set);
3062 re_node_set_empty (&union_set);
3065 err = re_node_set_merge (&union_set, &dest_state->nodes);
3068 re_node_set_free (&union_set);
3072 ok = re_node_set_insert (&union_set, next_node);
3075 re_node_set_free (&union_set);
3079 &union_set);
3083 re_node_set_free (&union_set);
3095 re_node_set_free (&union_set);
3036 re_node_set union_set; local
3255 re_node_set union_set; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite.h30 #include <isl/union_set.h>
/netbsd-current/external/mit/isl/lib/libisl/
H A DMakefile64 union_set.h \

Completed in 820 milliseconds

12