HomeSort by: relevance | last modified time | path
    Searched defs:uset (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mit/isl/dist/
isl_union_templ.c 742 isl_union_set *uset; local
747 /* Find the set in data->uset that lives in the same space as the domain
768 entry2 = isl_union_set_find_entry(data->uset, space, 0);
784 /* Combine "u" and "uset" according to "control"
788 __isl_take isl_union_set *uset, S(UNION,match_domain_control) *control)
792 if (!u || !uset)
795 data.uset = uset;
802 isl_union_set_free(uset);
806 isl_union_set_free(uset);
910 isl_union_set *uset = user; local
1016 isl_union_set **uset = (isl_union_set **)user; local
1025 isl_union_set *uset; local
    [all...]
isl_scheduler_clustering.c 434 isl_union_set *uset; local
454 uset = isl_union_set_from_set(isl_set_universe(space));
456 umap1 = isl_union_map_intersect_domain(umap1, uset);
458 uset = isl_union_set_from_set(isl_set_universe(space));
460 umap2 = isl_union_map_intersect_domain(umap2, uset);
isl_input.c 3371 isl_union_set *uset; local
3375 uset = isl_stream_read_union_set(s);
3377 return uset;
isl_schedule_node.c 2968 /* Drop the parameters in "uset" that are not also in "space".
2972 __isl_take isl_union_set *uset, __isl_keep isl_space *space, int n)
2976 uset = isl_union_set_align_params(uset, isl_space_copy(space));
2977 n2 = isl_union_set_dim(uset, isl_dim_param);
2979 return isl_union_set_free(uset);
2980 uset = isl_union_set_project_out(uset, isl_dim_param, n, n2 - n);
2982 return uset;
3735 isl_union_set *uset; local
    [all...]
isl_ast_codegen.c 1822 isl_union_set *uset; local
1825 uset = isl_union_set_from_basic_set(isl_basic_set_copy(bounds));
1826 executed = isl_union_map_intersect_domain(executed, uset);
1833 uset = isl_union_map_domain(isl_union_map_copy(executed));
1834 domain = isl_set_from_union_set(uset);
3482 isl_union_set *uset; local
3487 uset = isl_union_set_from_set(isl_set_copy(domain));
3489 executed = isl_union_map_intersect_domain(executed, uset);
isl_scheduler.c 3164 isl_union_set *uset; local
3167 uset = isl_union_set_from_set(isl_map_wrap(isl_map_copy(map)));
3168 umap = isl_union_map_intersect_domain(umap, uset);
3228 /* Does the domain of "umap" intersect "uset"?
3231 __isl_keep isl_union_set *uset)
3236 umap = isl_union_map_intersect_domain(umap, isl_union_set_copy(uset));
3243 /* Does the range of "umap" intersect "uset"?
3246 __isl_keep isl_union_set *uset)
3251 umap = isl_union_map_intersect_range(umap, isl_union_set_copy(uset));
3360 isl_union_set *uset; local
4859 isl_union_set *uset; local
5523 isl_union_set *uset; local
    [all...]
isl_aff.c 5782 __isl_take isl_union_set *uset)
5784 return isl_union_pw_multi_aff_from_union_map(uset);
6416 /* Return an isl_union_pw_multi_aff with the given "uset" as domain and
6420 __isl_take isl_union_set *uset)
6425 if (!uset)
6428 space = isl_union_set_get_space(uset);
6431 if (isl_union_set_foreach_set(uset,
6435 isl_union_set_free(uset);
6438 isl_union_set_free(uset);
8539 * add this set to "uset"
8543 isl_union_set **uset = (isl_union_set **)user; local
9501 isl_union_set *uset; local
    [all...]
isl_test.c 314 isl_union_set *uset; local
329 uset = isl_union_set_from_set(dom);
334 mupa = isl_multi_union_pw_aff_intersect_domain(mupa, uset);
3453 /* Is "uset" equal to the union set described by "str"?
3455 static isl_bool uset_is_equal(__isl_keep isl_union_set *uset, const char *str)
3460 if (!uset)
3463 uset2 = isl_union_set_read_from_str(isl_union_set_get_ctx(uset), str);
3464 equal = isl_union_set_is_equal(uset, uset2);
3470 /* Check that "uset" is equal to the union set described by "str".
3472 static isl_stat uset_check_equal(__isl_keep isl_union_set *uset,
4301 isl_union_set *uset; local
5897 isl_union_set *uset; local
6466 isl_union_set *uset; local
7139 isl_union_set *uset; local
8168 isl_union_set *uset; local
8229 isl_union_set *uset; local
8309 isl_union_set *uset, *res; local
9567 isl_union_set *uset; local
10343 isl_union_set *uset; local
10372 isl_union_set *uset; local
10416 isl_union_set *uset; local
10481 isl_union_set *uset; local
    [all...]
  /src/external/bsd/libpcap/dist/
gencode.h 247 typedef bpf_u_int32 *uset; typedef
263 uset edom;
288 uset dom;
289 uset closure;

Completed in 183 milliseconds