Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_ast_build.c755 return isl_set_intersect(set, stride); in intersect_stride_constraint()
786 set = isl_set_intersect(set, isl_set_copy(build->domain)); in update_values()
866 build->pending = isl_set_intersect(build->pending, in isl_ast_build_set_loop_bounds()
868 build->domain = isl_set_intersect(build->domain, set); in isl_ast_build_set_loop_bounds()
870 build->domain = isl_set_intersect(build->domain, set); in isl_ast_build_set_loop_bounds()
912 build->pending = isl_set_intersect(build->pending, in isl_ast_build_set_pending_generated()
917 build->generated = isl_set_intersect(build->generated, in isl_ast_build_set_pending_generated()
941 build->domain = isl_set_intersect(build->domain, set); in isl_ast_build_restrict_internal()
966 build->generated = isl_set_intersect(build->generated, set); in isl_ast_build_restrict_generated()
1419 build->domain = isl_set_intersect(build->domain, isl_set_copy(set)); in isl_ast_build_include_stride()
[all …]
H A Disl_multi_domain_templ.c37 dom = isl_set_intersect(dom, dom_i); in FN()
H A Disl_ast_codegen.c492 domain = isl_set_intersect(domain, stride); in exact_bound()
563 domain_i = isl_set_intersect(domain_i, better); in remove_redundant_lower_bounds()
758 dom = isl_set_intersect(dom, set); in add_implied_guards()
763 dom = isl_set_intersect(dom, set); in add_implied_guards()
768 guard = isl_set_intersect(guard, dom); in add_implied_guards()
1392 context = isl_set_intersect(context, in extract_pending()
1530 guard = isl_set_intersect(guard, hoisted); in create_node_scaled()
2303 data->domain = isl_set_intersect(data->domain, domain); in separate_domain()
2650 domain = isl_set_intersect(domain, isl_ast_build_get_domain(build)); in foreach_iteration()
2757 set = isl_set_intersect(set, isl_set_copy(data->class_domain)); in do_unroll_iteration()
[all …]
H A Disl_pw_union_opt.c53 set_better = isl_set_intersect(isl_set_copy(set), isl_set_copy(better)); in FN()
69 set_out = isl_set_subtract(isl_set_intersect(set, better), out); in FN()
H A Disl_ast_graft.c278 guard_i = isl_set_intersect(guard_i, in isl_ast_graft_list_extract_hoistable_guard()
280 guard_i = isl_set_intersect(guard_i, in isl_ast_graft_list_extract_hoistable_guard()
631 test = isl_set_intersect(test, in insert_pending_guard_nodes()
829 graft->guard = isl_set_intersect(graft->guard, guard); in store_guard()
H A Dbound.c48 return isl_set_intersect(set, box); in ISL_ARGS_START()
H A Disl_pw_templ.c715 common = isl_set_intersect(isl_set_copy(pw1->p[i].set), in FN()
797 common = isl_set_intersect( in FN()
952 return FN(PW,restrict_domain)(pw, context, &isl_set_intersect); in FN()
1188 &isl_set_intersect); in FN()
H A Disl_aff.c3002 set_i = isl_set_intersect(set_i, locus); in pw_aff_locus()
3112 set1 = isl_set_intersect(set1, set2); in pw_aff_gte_set()
3281 set = isl_set_intersect(set, set_ij); in pw_aff_list_set()
3733 dom = isl_set_intersect(isl_pw_aff_domain(pa1), isl_pw_aff_domain(pa2)); in replace_by_nan()
3743 dom = isl_set_intersect(isl_pw_aff_domain(isl_pw_aff_copy(pwaff1)), in pw_aff_min()
3757 dom = isl_set_intersect(isl_pw_aff_domain(isl_pw_aff_copy(pwaff1)), in pw_aff_max()
3838 dom = isl_set_intersect(dom, dom_i); in replace_list_by_nan()
4639 gt = isl_set_intersect(gt, isl_set_copy(equal_set)); in isl_multi_aff_lex_gte_set()
4642 equal_set = isl_set_intersect(equal_set, eq); in isl_multi_aff_lex_gte_set()
4656 gte = isl_set_intersect(gte, equal_set); in isl_multi_aff_lex_gte_set()
[all …]
H A Disl_ast_build_expr.c1772 domain = isl_set_intersect(domain, rest); in isl_ast_build_expr_from_set_internal()
2302 set = isl_set_intersect(dom, isl_set_copy(set)); in extends()
2314 required = isl_set_intersect(dom, required); in extends()
H A Disl_morph.c703 set = isl_set_intersect(set, isl_set_from_basic_set(ran)); in isl_morph_set()
H A Disl_fold.c1153 common = isl_set_intersect(isl_set_copy(pw1->p[i].set), in isl_pw_qpolynomial_fold_fold()
1574 common = isl_set_intersect(isl_set_copy(pwf1->p[j].set), in isl_pw_qpolynomial_fold_covers()
H A Disl_test.c1984 set1 = isl_set_intersect(set1, isl_set_copy(context)); in test_gist()
1985 set2 = isl_set_intersect(set2, context); in test_gist()
2564 set1 = isl_set_intersect(set1, set2); in test_coalesce_intersection()
3118 set = isl_set_intersect(set, set2); in test_lexmin()
4381 set = isl_set_intersect(set, isl_set_copy(set)); in test_intersect_2()
H A Disl_local_space.c1092 set = isl_set_intersect(set, isl_set_from_basic_set(bset)); in isl_local_space_lift_set()
H A Disl_polynomial.c3347 common = isl_set_intersect(isl_set_copy(pwqp1->p[i].set), in isl_pw_qpolynomial_mul()
4795 set = isl_set_intersect(set, slice); in set_div()
H A Disl_map.c3968 __isl_give isl_set *isl_set_intersect(__isl_take isl_set *set1, in isl_set_intersect() function
7331 todo = isl_set_intersect(todo, *empty); in isl_map_partial_lexopt_aligned_pw_multi_aff()
9095 set = isl_set_intersect(set, isl_basic_set_union(nonneg, neg)); in isl_set_split_dims()
9120 half = isl_set_intersect(half, isl_set_copy(set)); in foreach_orthant()
9127 half = isl_set_intersect(half, set); in foreach_orthant()
H A Disl_flow.c610 sink = isl_set_intersect(sink, sink_restr); in restricted_partial_lexmax()
H A Disl_input.c1970 return isl_set_intersect(set, cond); in construct_constraints()
H A Disl_scheduler.c805 node->hull = isl_set_intersect(node->hull, hull); in compress_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-sese-to-poly.cc373 pbb->domain = isl_set_coalesce (isl_set_intersect (pbb->domain, cond)); in add_condition_to_pbb()
583 (isl_set_intersect (scop->param_context, valid)); in pdr_add_data_dimensions()
599 subscript_sizes = isl_set_intersect (subscript_sizes, lbs); in pdr_add_data_dimensions()
600 subscript_sizes = isl_set_intersect (subscript_sizes, ubs); in pdr_add_data_dimensions()
790 scop->param_context = isl_set_intersect (scop->param_context, valid); in add_loop_constraints()
802 domain = isl_set_intersect (domain, le); in add_loop_constraints()
820 scop->param_context = isl_set_intersect (scop->param_context, x); in add_loop_constraints()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-sese-to-poly.c382 pbb->domain = isl_set_coalesce (isl_set_intersect (pbb->domain, cond)); in add_condition_to_pbb()
587 (isl_set_intersect (scop->param_context, valid)); in pdr_add_data_dimensions()
603 subscript_sizes = isl_set_intersect (subscript_sizes, lbs); in pdr_add_data_dimensions()
604 subscript_sizes = isl_set_intersect (subscript_sizes, ubs); in pdr_add_data_dimensions()
794 scop->param_context = isl_set_intersect (scop->param_context, valid); in add_loop_constraints()
806 domain = isl_set_intersect (domain, le); in add_loop_constraints()
824 scop->param_context = isl_set_intersect (scop->param_context, x); in add_loop_constraints()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dset.h328 __isl_give isl_set *isl_set_intersect(
H A Dcpp-checked.h17130 auto res = isl_set_intersect(copy(), set2.release()); in intersect()
H A Dcpp.h23851 auto res = isl_set_intersect(copy(), set2.release()); in intersect()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py11721 res = isl.isl_set_intersect(isl.isl_set_copy(arg0.ptr), isl.isl_set_copy(arg1.ptr))
12419 isl.isl_set_intersect.restype = c_void_p
12420 isl.isl_set_intersect.argtypes = [c_void_p, c_void_p]
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod7472 __isl_give isl_set *isl_set_intersect(