HomeSort by: relevance | last modified time | path
    Searched refs:isl_set_copy (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/mit/isl/dist/
isl_stream_read_pw_with_params_templ.c 20 obj = FN(read_conditional,BASE)(s, isl_set_copy(dom), v);
25 obj2 = FN(read_conditional,BASE)(s, isl_set_copy(dom), v);
isl_pw_opt_templ.c 31 isl_set_copy(pw->p[0].set), max);
35 isl_set_copy(pw->p[i].set), max);
isl_pw_add_disjoint_templ.c 43 res = FN(PW,add_piece)(res, isl_set_copy(pw->p[i].set),
83 isl_set_copy(pw2->p[i].set),
isl_pw_union_opt.c 39 list = isl_set_list_add(list, isl_set_copy(pw->p[i].set));
53 set_better = isl_set_intersect(isl_set_copy(set), isl_set_copy(better));
68 set_worse = isl_set_subtract(isl_set_copy(set), isl_set_copy(better));
129 set_i = FN(PW,worse_or_out)(set_i, isl_set_copy(better), set_j);
isl_multi_pw_aff_explicit_domain.c 45 dom = isl_set_copy(src1->u.dom);
49 dom = isl_set_copy(src2->u.dom);
isl_pw_pullback_templ.c 98 res = FN(PW,intersect_domain)(res, isl_set_copy(pma->p[0].set));
106 isl_set_copy(pma->p[i].set));
isl_ast_graft.c 258 guard = isl_set_copy(graft_0->guard);
275 guard_i = isl_set_copy(graft->guard);
277 set_list = isl_set_list_add(set_list, isl_set_copy(guard_i));
408 return insert_if_node(graft, isl_set_copy(graft->guard), build);
630 test = isl_set_copy(graft->guard);
632 isl_set_copy(build->domain));
657 guard = isl_set_copy(graft->guard);
660 isl_set_copy(if_node[found_then].guard));
663 isl_set_copy(if_node[found_else].complement));
679 set = isl_set_copy(set)
    [all...]
isl_pw_lift_templ.c 64 set = isl_set_copy(pw->p[i].set);
isl_ast_codegen.c 290 isl_set_copy(guard));
489 domain = isl_set_copy(domain);
551 domain_i = isl_set_copy(domain);
891 enforced_i = isl_set_copy(upper);
1047 cond = isl_ast_build_expr_from_set_internal(build, isl_set_copy(set));
1489 hull = isl_set_unshifted_simple_hull(isl_set_copy(domain));
1529 isl_set_copy(hoisted));
1535 isl_set_copy(guard), enforced, build, sub_build);
1543 isl_set_copy(guard));
1845 build = isl_ast_build_detect_strides(build, isl_set_copy(domain))
    [all...]
isl_ast_build.c 140 build->generated = isl_set_copy(build->domain);
202 dup->domain = isl_set_copy(build->domain);
203 dup->generated = isl_set_copy(build->generated);
204 dup->pending = isl_set_copy(build->pending);
714 build->domain = isl_set_intersect_params(isl_set_copy(set),
716 build->pending = isl_set_intersect_params(isl_set_copy(set),
786 set = isl_set_intersect(set, isl_set_copy(build->domain));
867 isl_set_copy(set));
961 build = isl_ast_build_restrict_internal(build, isl_set_copy(set));
993 build->domain = isl_set_copy(build->generated)
    [all...]
bound.c 38 pt = isl_set_sample_point(isl_set_copy(set));
116 isl_set_sample_point(isl_set_copy(dom)));
190 context = isl_set_params(isl_set_copy(dom));
isl_fold.c 898 return isl_qpolynomial_gist(qp, isl_set_copy(context));
1147 set = isl_set_copy(pw1->p[i].set);
1152 isl_set_copy(pw2->p[j].set));
1153 common = isl_set_intersect(isl_set_copy(pw1->p[i].set),
1154 isl_set_copy(pw2->p[j].set));
1171 set = isl_set_copy(pw2->p[j].set);
1173 set = isl_set_subtract(set, isl_set_copy(pw1->p[i].set));
1268 isl_set_copy(pwqp->p[i].set),
1475 opt = isl_qpolynomial_opt_on_domain(qp, isl_set_copy(set), max);
1481 isl_set_copy(set), max)
    [all...]
isl_pw_templ.c 180 dup = FN(PW,add_dup_piece)(dup, isl_set_copy(pw->p[i].set),
313 return isl_set_copy(FN(PW,peek_domain_at)(pw, pos));
711 set = isl_set_copy(pw1->p[i].set);
715 common = isl_set_intersect(isl_set_copy(pw1->p[i].set),
716 isl_set_copy(pw2->p[j].set));
722 isl_set_copy(pw2->p[j].set));
734 set = isl_set_copy(pw2->p[j].set);
737 isl_set_copy(pw1->p[i].set));
798 isl_set_copy(pw1->p[i].set),
799 isl_set_copy(pw2->p[j].set))
    [all...]
isl_flow.c 517 return isl_set_unwrap(isl_set_copy(deps->must_no_source));
519 return isl_set_unwrap(isl_set_copy(deps->may_no_source));
596 sink_domain = isl_set_copy(sink);
606 dep = isl_map_intersect_range(dep, isl_set_copy(restr->source));
607 sink_restr = isl_set_copy(restr->sink);
620 res = isl_map_intersect_range(res, isl_set_copy(restr->source));
888 isl_set_copy(ran)));
1069 maydo = isl_set_copy(mustdo);
1098 res->may_no_source = isl_set_subtract(maydo, isl_set_copy(mustdo));
1256 T = all_sources(acc, isl_set_copy(maydo), j, level)
    [all...]
isl_aff_map.c 315 isl_set_copy(pwaff->p[i].set));
384 isl_set_copy(pma->p[i].set));
isl_obj.c 112 return isl_set_copy((struct isl_set *)v);
isl_schedule_constraints.c 61 sc_copy->context = isl_set_copy(sc->context);
289 return isl_set_copy(sc->context);
isl_schedule_tree.c 95 dup->context = isl_set_copy(tree->context);
122 dup->guard = isl_set_copy(tree->guard);
1333 return isl_set_copy(tree->context);
1521 return isl_set_copy(tree->guard);
2240 isolate = isl_set_copy(isolate);
2281 isolate = isl_set_copy(isolate);
2338 isl_set_copy(isolate), child_isolate);
2341 isl_set_copy(isolate), tree_isolate);
isl_scan.c 290 if (isl_set_scan(isl_set_copy(set), &cnt.callback) < 0 &&
  /src/external/gpl3/gcc/dist/gcc/
graphite-optimize-isl.cc 104 res = isl_union_set_add_set (res, isl_set_copy (pbb->domain));
graphite-dependences.cc 61 isl_set_copy (pdr->subscript_sizes));
63 return constrain_domain (x, isl_set_copy (pbb->domain));
graphite-sese-to-poly.cc 694 isl_map_copy (acc), isl_set_copy (subscript_sizes));
699 isl_set_copy (subscript_sizes));
846 isl_set *domain = isl_set_copy (context);
857 pbb->iterators = isl_set_copy (domain);
858 pbb->domain = isl_set_copy (domain);
1083 isl_set *domain = isl_set_copy (pbb->domain);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-optimize-isl.cc 104 res = isl_union_set_add_set (res, isl_set_copy (pbb->domain));
graphite-dependences.cc 61 isl_set_copy (pdr->subscript_sizes));
63 return constrain_domain (x, isl_set_copy (pbb->domain));
graphite-sese-to-poly.cc 692 isl_map_copy (acc), isl_set_copy (subscript_sizes));
697 isl_set_copy (subscript_sizes));
844 isl_set *domain = isl_set_copy (context);
855 pbb->iterators = isl_set_copy (domain);
856 pbb->domain = isl_set_copy (domain);
1081 isl_set *domain = isl_set_copy (pbb->domain);

Completed in 50 milliseconds

1 2 3