Home
last modified time | relevance | path

Searched refs:union_set (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h304 class union_set; variable
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 &u…
398 …inline isl::checked::union_pw_aff intersect_domain_wrapped_range(const isl::checked::union_set &us…
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 &uset) const;
1490 …inline isl::checked::union_map intersect_domain_wrapped_domain(const isl::checked::union_set &doma…
[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 = del…
255 …inline typed::union_pw_aff<Anonymous> intersect_domain_wrapped_domain(const typed::union_set<> &us…
319 …inline typed::union_pw_aff<Anonymous> subtract_domain(const typed::union_set<> &uset) const = dele…
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> &use…
467 …_pw_aff<Domain, Anonymous> intersect_domain_wrapped_domain(const typed::union_set<> &uset) const =…
[all …]
H A Dcpp.h369 class union_set; variable
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 &uset) const;
1556 inline isl::union_map intersect_domain_wrapped_domain(const isl::union_set &domain) const;
[all …]
H A Dunion_map_type.h17 ISL_DECLARE_EXPORTED_LIST_TYPE(union_set)
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) { in check()
677 union_set uncheck(checked::union_set obj) { in uncheck()
/netbsd-src/external/mit/isl/dist/
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-generic.cc82 isl::union_set us(ctx, "{ A[1]; B[2, 3] }"); in test_constructors()
83 isl::union_set empty = isl::union_set::empty(ctx); in test_constructors()
200 isl::union_set us(ctx, "{ A[i]; B[j] }"); in test_every_generic()
243 isl::union_set A(ctx, "{ A[i] : 0 <= i < 10 }"); in construct_schedule_tree()
244 isl::union_set B(ctx, "{ B[i] : 0 <= i < 20 }"); in construct_schedule_tree()
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_set_list.c31 #define EL_BASE union_set
H A Disl_test_cpp-checked.cc170 isl::union_set us(ctx, "{ A[i]; B[j] }"); in test_every()
225 auto filters = isl::union_set(ctx, "{}"); in test_schedule_tree()
H A Disl_test_cpp.cc158 isl::union_set us(ctx, "{ A[i]; B[j] }"); in test_every()
263 auto filters = isl::union_set(ctx, "{}"); in test_schedule_tree()
H A Dprint.c47 #define BASE union_set
H A Disl_schedule_constraints.c493 #define BASE union_set
577 #define BASE union_set
H A Disl_aff_private.h230 #define DOMBASE union_set
H A DMakefile.am480 include/isl/union_set.h \
H A Disl_schedule_tree.c2749 #define BASE union_set
H A DMakefile.in637 include/isl/union_map_type.h include/isl/union_set.h \
1411 include/isl/union_set.h \
/netbsd-src/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(ctx=ctx, ptr=res)
[all …]
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c3036 re_node_set union_set; in check_arrival_add_next_nodes() local
3037 re_node_set_init_empty (&union_set); in check_arrival_add_next_nodes()
3058 re_node_set_empty (&union_set); in check_arrival_add_next_nodes()
3061 err = re_node_set_merge (&union_set, &dest_state->nodes); in check_arrival_add_next_nodes()
3064 re_node_set_free (&union_set); in check_arrival_add_next_nodes()
3068 ok = re_node_set_insert (&union_set, next_node); in check_arrival_add_next_nodes()
3071 re_node_set_free (&union_set); in check_arrival_add_next_nodes()
3075 &union_set); in check_arrival_add_next_nodes()
3079 re_node_set_free (&union_set); in check_arrival_add_next_nodes()
3091 re_node_set_free (&union_set); in check_arrival_add_next_nodes()
[all …]
/netbsd-src/external/mit/isl/lib/libisl/
H A DMakefile64 union_set.h \
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod1131 #include <isl/union_set.h>
1242 #include <isl/union_set.h>
1915 #include <isl/union_set.h>
2089 #include <isl/union_set.h>
2196 #include <isl/union_set.h>
2492 #include <isl/union_set.h>
2531 #include <isl/union_set.h>
2620 #include <isl/union_set.h>
4376 #include <isl/union_set.h>
4511 #include <isl/union_set.h>
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira.cc1197 HARD_REG_SET intersection_set, union_set, temp_set2; in setup_reg_class_relations() local
1253 union_set = ((reg_class_contents[cl1] | reg_class_contents[cl2]) in setup_reg_class_relations()
1299 && hard_reg_set_subset_p (temp_hard_regset, union_set)) in setup_reg_class_relations()
1322 if (hard_reg_set_subset_p (union_set, temp_hard_regset)) in setup_reg_class_relations()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira.c1197 HARD_REG_SET intersection_set, union_set, temp_set2; in setup_reg_class_relations() local
1253 union_set = ((reg_class_contents[cl1] | reg_class_contents[cl2]) in setup_reg_class_relations()
1299 && hard_reg_set_subset_p (temp_hard_regset, union_set)) in setup_reg_class_relations()
1322 if (hard_reg_set_subset_p (union_set, temp_hard_regset)) in setup_reg_class_relations()

12