Home
last modified time | relevance | path

Searched refs:isl_union_set_from_set (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_multi_union_pw_aff_explicit_domain.c24 mupa->u.dom = isl_union_set_from_set(isl_set_universe(space)); in isl_multi_union_pw_aff_init_explicit_domain()
H A Dcodegen.c58 return isl_union_set_from_set(isl_set_universe(space)); in ISL_ARGS_START()
H A Disl_schedule_band.c957 options = isl_union_set_subtract(options, isl_union_set_from_set(drop)); in isl_schedule_band_replace_ast_build_option()
958 options = isl_union_set_union(options, isl_union_set_from_set(add)); in isl_schedule_band_replace_ast_build_option()
H A Disl_ast_codegen.c2937 isl_union_set_from_set(domain)); in compute_separate_domain()
3487 uset = isl_union_set_from_set(isl_set_copy(domain)); in generate_shifted_component_tree_part()
4399 isl_union_set_from_set(context)); in after_in_context()
4984 isl_union_set_from_set(set)); in generate_code_in_space()
5405 isl_union_set_from_set(context)); in build_ast_from_context()
5487 schedule_domain = isl_union_set_from_set(set); in build_ast_from_extension()
5891 schedule_domain = isl_union_set_from_set(set); in build_ast_from_domain()
H A Disl_scheduler_clustering.c454 uset = isl_union_set_from_set(isl_set_universe(space)); in collect_edge_constraints()
458 uset = isl_union_set_from_set(isl_set_universe(space)); in collect_edge_constraints()
H A Disl_union_map.c578 __isl_give isl_union_set *isl_union_set_from_set(__isl_take isl_set *set) in isl_union_set_from_set() function
588 return isl_union_set_from_set(set); in isl_set_to_union_set()
3027 isl_union_set_from_set(set)); in single_valued_on_domain()
3385 isl_union_set_from_set(isl_set_copy(ran))); in plain_injective_on_range_wrap()
3535 *res = isl_union_set_from_set(set); in solutions_entry()
H A Disl_point.c723 return isl_union_set_from_set(isl_set_from_point(pnt)); in isl_union_set_from_point()
H A Disl_input.c2852 obj.v = isl_union_set_from_set(obj.v); in to_union()
3192 obj.v = isl_union_set_from_set(obj.v); in isl_stream_read_union_map()
3215 obj.v = isl_union_set_from_set(obj.v); in extract_union_set()
H A Disl_scheduler.c3167 uset = isl_union_set_from_set(isl_map_wrap(isl_map_copy(map))); in intersect_domains()
3426 dom = isl_union_set_from_set(set); in isl_sched_graph_domain()
3432 dom = isl_union_set_union(dom, isl_union_set_from_set(set)); in isl_sched_graph_domain()
H A Disl_schedule_node.c3288 group = isl_union_set_from_set(set); in isl_schedule_node_group()
4479 universe = isl_union_set_from_set(isl_set_universe(space)); in extension_from_domain()
H A Disl_aff.c8846 dom = isl_union_set_from_set(isl_multi_pw_aff_domain(copy)); in isl_multi_union_pw_aff_from_multi_pw_aff()
9194 ran = isl_union_set_from_set(isl_set_universe(space)); in isl_union_map_from_multi_union_pw_aff_0D()
9418 domain = isl_union_set_from_set(range); in isl_multi_union_pw_aff_intersect_range()
H A Disl_test.c329 uset = isl_union_set_from_set(dom); in test_parse_mupa()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dunion_set.h20 __isl_give isl_union_set *isl_union_set_from_set(__isl_take isl_set *set);
H A Dcpp-checked.h20053 auto res = isl_union_set_from_set(set.release()); in union_set()
H A Dcpp.h28908 auto res = isl_union_set_from_set(set.release()); in union_set()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-sese-to-poly.cc1082 isl_union_set *ud = isl_union_set_from_set (domain); in build_schedule_pbb()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-sese-to-poly.c1086 isl_union_set *ud = isl_union_set_from_set (domain); in build_schedule_pbb()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py10815 self.ptr = isl.isl_union_set_from_set(isl.isl_set_copy(args[0].ptr))
11349 isl.isl_union_set_from_set.restype = c_void_p
11350 isl.isl_union_set_from_set.argtypes = [c_void_p]
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod2181 __isl_give isl_union_set *isl_union_set_from_set(
2190 Similarly for C<isl_set_to_union_set> and C<isl_union_set_from_set>.