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

1 2 3

  /src/external/mit/isl/dist/
isl_multi_from_tuple_templ.c 31 space = isl_space_align_params(space, isl_space_copy(dom_space));
34 isl_space_copy(dom_space), space);
isl_multi_product_templ.c 38 res = FN(MULTI(BASE),alloc)(isl_space_copy(space));
44 el = FN(EL,reset_domain_space)(el, isl_space_copy(space));
51 el = FN(EL,reset_domain_space)(el, isl_space_copy(space));
isl_multi_zero_templ.c 27 multi = FN(MULTI(BASE),alloc)(isl_space_copy(space));
isl_pw_morph_templ.c 29 isl_space_copy(morph->ran->dim), space);
isl_bound.c 150 bound->pwf = isl_pw_qpolynomial_fold_zero(isl_space_copy(space),
228 bound->pwf = isl_pw_qpolynomial_fold_zero(isl_space_copy(space),
235 isl_space_copy(bound->dim));
237 isl_space_copy(bound->dim));
334 bound.pwf = isl_pw_qpolynomial_fold_zero(isl_space_copy(bound.dim),
336 bound.pwf_tight = isl_pw_qpolynomial_fold_zero(isl_space_copy(bound.dim),
isl_multi_identity_templ.c 41 multi = FN(MULTI(BASE),alloc)(isl_space_copy(space));
isl_reordering.c 134 return isl_space_copy(isl_reordering_peek_space(r));
163 exp->space = isl_space_replace_params(isl_space_copy(alignee), aligner);
237 r->space = isl_space_copy(space);
isl_pw_add_disjoint_templ.c 39 res = FN(PW,alloc_size)(isl_space_copy(pw->dim) OPT_TYPE_ARG(pw->), n);
isl_multi_templ.c 34 return isl_space_copy(FN(MULTI(BASE),peek_space)(multi));
40 return multi ? isl_space_domain(isl_space_copy(multi->space)) : NULL;
87 dup = FN(MULTI(BASE),alloc)(isl_space_copy(multi->space));
322 el = FN(EL,align_params)(el, isl_space_copy(multi_space));
393 el = FN(EL,reset_domain_space)(el, isl_space_copy(domain));
398 isl_space_copy(domain));
417 space = isl_space_extend_domain_with_range(isl_space_copy(domain),
427 domain = isl_space_domain(isl_space_copy(space));
509 isl_space_copy(model));
555 multi = FN(MULTI(BASE),alloc)(isl_space_copy(space))
    [all...]
isl_morph.c 156 ls = isl_local_space_from_space(isl_space_copy(dom));
197 return isl_space_copy(isl_morph_peek_dom_space(morph));
231 return isl_space_copy(morph->ran->dim);
395 universe = isl_basic_set_universe(isl_space_copy(bset->dim));
415 empty = isl_basic_set_empty(isl_space_copy(bset->dim));
528 space = isl_space_copy(bset->dim);
610 dom = isl_basic_set_universe(isl_space_copy(bset->dim));
611 ran = isl_basic_set_universe(isl_space_copy(bset->dim));
isl_space.c 425 !(dup->nested[0] = isl_space_copy(space->nested[0])))
428 !(dup->nested[1] = isl_space_copy(space->nested[1])))
452 __isl_give isl_space *isl_space_copy(__isl_keep isl_space *space) function
509 return isl_space_copy(isl_space_peek_nested(space, pos));
1548 !(space->nested[0] = isl_space_copy(left->nested[0])))
1551 !(space->nested[1] = isl_space_copy(right->nested[1])))
1588 dom1 = isl_space_domain(isl_space_copy(left));
1589 dom2 = isl_space_domain(isl_space_copy(right));
1618 ran = isl_space_range(isl_space_copy(left));
1643 dom = isl_space_domain(isl_space_copy(left))
    [all...]
isl_bernstein.c 304 isl_qpolynomial_zero_on_domain(isl_space_copy(space_dst));
308 c = isl_qpolynomial_var_on_domain(isl_space_copy(space_dst),
314 isl_space_copy(space_param));
333 isl_space_copy(space_param));
395 data->pwf = isl_pw_qpolynomial_fold_zero(isl_space_copy(space),
isl_input.c 333 list = accept_affine_list(s, isl_space_copy(space), v);
463 pwaff = accept_affine(s, isl_space_copy(space), v);
521 aff = isl_aff_zero_on_domain(isl_local_space_from_space(isl_space_copy(space)));
534 res = accept_affine_factor(s, isl_space_copy(space), v);
539 ls = isl_local_space_from_space(isl_space_copy(space));
548 res = accept_affine(s, isl_space_copy(space), v);
556 res = accept_div(s, isl_space_copy(space), v);
560 res = accept_minmax(s, isl_space_copy(space), v);
601 return isl_pw_aff_nan_on_domain_space(isl_space_copy(space));
613 ls = isl_local_space_from_space(isl_space_copy(space))
    [all...]
isl_bind_domain_templ.c 30 aff = isl_aff_param_on_domain_space_id(isl_space_copy(space), id);
isl_fold.c 90 return isl_space_copy(isl_qpolynomial_fold_peek_domain_space(fold));
153 space = isl_space_copy(fold->dim);
237 return isl_qpolynomial_reset_domain_space(qp, isl_space_copy(space));
577 min = isl_qpolynomial_cst_on_domain(isl_space_copy(qp->dim), l);
578 base = isl_qpolynomial_var_pow_on_domain(isl_space_copy(qp->dim),
581 r = isl_qpolynomial_alloc(isl_space_copy(qp->dim), 0,
587 t = isl_qpolynomial_alloc(isl_space_copy(qp->dim), 0,
1143 res = isl_pw_qpolynomial_fold_alloc_size(isl_space_copy(pw1->dim),
1263 pwf = isl_pw_qpolynomial_fold_alloc_size(isl_space_copy(pwqp->dim),
1665 return isl_qpolynomial_lift(qp, isl_space_copy(space))
    [all...]
isl_point.c 46 return isl_space_copy(isl_point_peek_space(pnt));
123 pnt2 = isl_point_alloc(isl_space_copy(pnt->dim), isl_vec_copy(pnt->vec));
574 pnt = isl_point_alloc(isl_space_copy(fp->dim), sample);
685 model = isl_basic_set_empty(isl_space_copy(pnt->dim));
744 isl_space *space = isl_space_copy(pnt1->dim);
764 bset = isl_basic_set_alloc_space(isl_space_copy(pnt1->dim), 0, 0, 2 * total);
isl_ast_build.c 78 build->offsets = isl_multi_aff_zero(isl_space_copy(space));
80 build->values = isl_multi_aff_identity(isl_space_copy(space));
261 isl_space_copy(model));
263 isl_space_copy(model));
265 isl_space_copy(model));
267 isl_space_copy(model));
269 isl_space_copy(model));
271 isl_space_copy(model));
713 set = isl_set_universe(isl_space_copy(space));
1671 ma = isl_multi_aff_zero(isl_space_copy(ma_space))
    [all...]
isl_transitive_closure.c 241 path = isl_basic_map_alloc_space(isl_space_copy(space), n, d, n);
594 path = isl_basic_map_alloc_space(isl_space_copy(space), n_div + d + 1,
785 path = isl_map_identity(isl_space_copy(space));
813 path_along_delta(isl_space_copy(space), delta));
824 path_along_steps(isl_space_copy(space), steps));
901 path = construct_extended_path(isl_space_copy(space), map,
1173 tc = construct_projected_component(isl_space_copy(space), map_i,
1254 qc = q_closure(isl_space_copy(space), isl_set_copy(C),
1281 *res = compute_incremental(isl_space_copy(space), map, i, qc,
1376 qc = q_closure(isl_space_copy(space), C, map->p[i], &exact_i)
    [all...]
isl_schedule_constraints.c 100 sc->context = isl_set_universe(isl_space_copy(space));
700 sc->constraint[i], isl_space_copy(space));
704 sc->context = isl_set_align_params(sc->context, isl_space_copy(space));
isl_pw_templ.c 174 dup = FN(PW,alloc_size)(isl_space_copy(pw->dim)
234 return isl_space_copy(FN(PW,peek_space)(pw));
707 res = FN(PW,alloc_size)(isl_space_copy(pw1->dim)
789 res = FN(PW,alloc_size)(isl_space_copy(space) OPT_TYPE_ARG(pw1->), n);
847 space = isl_space_copy(pw1->dim);
1371 return pw ? isl_space_domain(isl_space_copy(pw->dim)) : NULL;
1436 set = isl_set_reset_space(set, isl_space_copy(domain));
1440 isl_space_copy(space), isl_space_copy(domain));
1461 space = isl_space_extend_domain_with_range(isl_space_copy(domain)
    [all...]
isl_multi_explicit_domain.c 194 space1 = isl_space_domain(isl_space_copy(multi->space));
  /src/external/gpl3/gcc/dist/gcc/
graphite-sese-to-poly.cc 68 isl_pw_aff *lhs = extract_affine (s, CHREC_LEFT (e), isl_space_copy (space));
69 isl_pw_aff *rhs = extract_affine (s, CHREC_RIGHT (e), isl_space_copy (space));
89 isl_space_copy (space));
130 isl_set *dom = isl_set_universe (isl_space_copy (space));
157 isl_local_space *ls = isl_local_space_from_space (isl_space_copy (space));
229 lhs = extract_affine (s, TREE_OPERAND (e, 0), isl_space_copy (space));
243 lhs = extract_affine (s, TREE_OPERAND (e, 0), isl_space_copy (space));
249 lhs = extract_affine (s, TREE_OPERAND (e, 0), isl_space_copy (space));
255 lhs = extract_affine (s, integer_minus_one_node, isl_space_copy (space));
262 lhs = extract_affine (s, TREE_OPERAND (e, 0), isl_space_copy (space))
    [all...]
graphite-dependences.cc 266 isl_union_map *reads = isl_union_map_empty (isl_space_copy (space));
267 isl_union_map *must_writes = isl_union_map_empty (isl_space_copy (space));
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-sese-to-poly.cc 68 isl_pw_aff *lhs = extract_affine (s, CHREC_LEFT (e), isl_space_copy (space));
69 isl_pw_aff *rhs = extract_affine (s, CHREC_RIGHT (e), isl_space_copy (space));
89 isl_space_copy (space));
129 isl_set *dom = isl_set_universe (isl_space_copy (space));
156 isl_local_space *ls = isl_local_space_from_space (isl_space_copy (space));
228 lhs = extract_affine (s, TREE_OPERAND (e, 0), isl_space_copy (space));
242 lhs = extract_affine (s, TREE_OPERAND (e, 0), isl_space_copy (space));
248 lhs = extract_affine (s, TREE_OPERAND (e, 0), isl_space_copy (space));
254 lhs = extract_affine (s, integer_minus_one_node, isl_space_copy (space));
261 lhs = extract_affine (s, TREE_OPERAND (e, 0), isl_space_copy (space))
    [all...]
graphite-dependences.cc 266 isl_union_map *reads = isl_union_map_empty (isl_space_copy (space));
267 isl_union_map *must_writes = isl_union_map_empty (isl_space_copy (space));

Completed in 44 milliseconds

1 2 3