|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/isl_seq.h 23 void isl_seq_clr(isl_int *p, unsigned len);
References
tools/polly/lib/External/isl/basis_reduction_tab.c 226 isl_seq_clr(lp->row->el + 1 + lp->dim, lp->dim);
237 isl_seq_clr(lp->row->el + 1, lp->dim);
tools/polly/lib/External/isl/isl_aff.c 116 isl_seq_clr(aff->v->el + 1, aff->v->size - 1);
140 isl_seq_clr(aff->v->el, aff->v->size);
171 isl_seq_clr(aff->v->el + 2, aff->v->size - 2);
214 isl_seq_clr(aff->v->el + 1, aff->v->size - 1);
513 isl_seq_clr(res->el + 2, res->size - 2);
5452 isl_seq_clr(dst + o_dst, n_in);
5458 isl_seq_clr(dst + o_dst, n_div_ma);
tools/polly/lib/External/isl/isl_affine_hull.c 1020 isl_seq_clr(bmap->eq[k] + M->n_col, bmap->n_div - n_known);
tools/polly/lib/External/isl/isl_coalesce.c 2781 isl_seq_clr(ineq->el + 1, info->tab->n_var);
3473 isl_seq_clr(sub->el + 1 + dim, n);
tools/polly/lib/External/isl/isl_convex_hull.c 251 isl_seq_clr(lp->eq[k]+1+dim*i+2, dim-2);
255 isl_seq_clr(lp->ineq[k], 1+lp_dim);
260 isl_seq_clr(lp->eq[k], 1+dim*i);
262 isl_seq_clr(lp->eq[k]+1+dim*(i+1), dim*(set->n-i-1));
267 isl_seq_clr(lp->ineq[k], 1+dim*i);
269 isl_seq_clr(lp->ineq[k]+1+dim*(i+1), dim*(set->n-i-1));
355 isl_seq_clr(T->row[0]+1, dim - 1);
369 isl_seq_clr(obj->block.data + 1 + dim*i, 2);
371 isl_seq_clr(obj->block.data + 1 + dim*i+3, dim-3);
426 isl_seq_clr(bounds->row[0], dim);
518 isl_seq_clr(m->row[0]+1, dim);
787 isl_seq_clr(hull->eq[k], (i+1) * (1+dim));
788 isl_seq_clr(hull->eq[k]+(i+2)*(1+dim), (1-i)*(1+dim));
796 isl_seq_clr(hull->ineq[k], (i+1) * (1+dim));
797 isl_seq_clr(hull->ineq[k]+(i+2)*(1+dim), (1-i)*(1+dim));
804 isl_seq_clr(hull->ineq[k], 1+2+3*dim);
811 isl_seq_clr(hull->eq[k], 1+2+3*dim);
1033 isl_seq_clr(lp->ineq[k] + 1, n);
1117 isl_seq_clr(dir->block.data + 1, dir->size - 1);
1166 isl_seq_clr(bset->ineq[k] + 1, isl_basic_set_total_dim(bset));
tools/polly/lib/External/isl/isl_equalities.c 82 isl_seq_clr(M->row[i], B->n_row);
475 isl_seq_clr(mat->row[1 + i], mat->n_col);
562 isl_seq_clr(C->row[0] + 1, first);
tools/polly/lib/External/isl/isl_farkas.c 250 isl_seq_clr(dual->eq[k], 1 + shift + total);
264 isl_seq_clr(dual->ineq[k],
273 isl_seq_clr(dual->ineq[k], 2 + total);
tools/polly/lib/External/isl/isl_fold.c 365 isl_seq_clr(v->el + 1, 1 + d);
tools/polly/lib/External/isl/isl_input.c 2047 isl_seq_clr(bmap->div[k], 1 + 1 + nparam + in + out + local);
tools/polly/lib/External/isl/isl_local.c 232 isl_seq_clr(mat->row[i] + 2, mat->n_col - 2);
tools/polly/lib/External/isl/isl_local_space.c 624 isl_seq_clr(dst->row[d] + c, dst->n_col - c);
tools/polly/lib/External/isl/isl_lp.c 115 isl_seq_clr(v->el + 1 + total, max_div);
tools/polly/lib/External/isl/isl_map.c 1451 isl_seq_clr(bmap->eq[bmap->n_eq] + 1 + isl_basic_map_total_dim(bmap),
1532 isl_seq_clr(bmap->ineq[bmap->n_ineq] +
1632 isl_seq_clr(bmap->div[bmap->n_div] +
1724 isl_seq_clr(dst+1+src_nparam,
1726 isl_seq_clr(dst+1+dst_nparam, in_off);
1731 isl_seq_clr(dst+1+dst_nparam+in_off+src_in,
1733 isl_seq_clr(dst+1+dst_nparam+dst_in, out_off);
1738 isl_seq_clr(dst+1+dst_nparam+dst_in+out_off+src_out,
1740 isl_seq_clr(dst+1+dst_nparam+dst_in+dst_out, div_off);
1745 isl_seq_clr(dst+1+dst_nparam+dst_in+dst_out+
2050 isl_seq_clr(bmap->eq[i]+1, total);
2173 isl_seq_clr(c + rem, n);
4262 isl_seq_clr(new_div[i], 1 + row_size);
4475 isl_seq_clr(bmap->div[j], 1+1+isl_basic_map_total_dim(bmap));
4611 isl_seq_clr(bmap->eq[j], 1+total);
4768 isl_seq_clr(result->ineq[j], 1+total);
4774 isl_seq_clr(result->ineq[j], 1+total);
4844 isl_seq_clr(bmap->eq[i], 1 + isl_basic_map_total_dim(bmap));
4867 isl_seq_clr(bmap->ineq[i], 1 + isl_basic_map_total_dim(bmap));
4891 isl_seq_clr(bmap->ineq[i], 1 + isl_basic_map_total_dim(bmap));
4914 isl_seq_clr(bmap->ineq[i], 1 + isl_basic_map_total_dim(bmap));
4938 isl_seq_clr(bmap->ineq[i], 1 + isl_basic_map_total_dim(bmap));
5447 isl_seq_clr(bmap->div[i]+1+1+ltotal, total - ltotal);
6056 isl_seq_clr(bmap->ineq[k], 1 + total);
6176 isl_seq_clr(bmap->eq[j] + 1, isl_basic_map_total_dim(bmap));
6196 isl_seq_clr(bmap->eq[j] + 1, isl_basic_map_total_dim(bmap));
6470 isl_seq_clr(bmap->ineq[j], 1 + isl_basic_map_total_dim(bmap));
6566 isl_seq_clr(bmap->ineq[j], 1 + isl_basic_map_total_dim(bmap));
7163 isl_seq_clr(bset->eq[k] + eq->n_col, len - eq->n_col);
7362 isl_seq_clr(bmap->div[i] + ls->div->n_col, old_n_div);
8093 isl_seq_clr(bmap->eq[j], 1 + isl_basic_map_total_dim(bmap));
8169 isl_seq_clr(bmap->eq[k], 1 + total);
8239 isl_seq_clr(bmap->eq[j], 1 + isl_basic_map_total_dim(bmap));
8298 isl_seq_clr(bset->ineq[k], 1 + isl_basic_set_total_dim(bset));
8319 isl_seq_clr(nonneg->ineq[k], 1 + isl_basic_set_total_dim(nonneg));
8339 isl_seq_clr(neg->ineq[k], 1 + isl_basic_set_total_dim(neg));
9017 isl_seq_clr(dst->div[j]+1+1+total+i, dst->n_div - i);
9211 isl_seq_clr(obj->block.data, 1 + total);
10840 isl_seq_clr(bound->el, bound->size);
12341 isl_seq_clr(bmap->eq[i], 1 + isl_basic_map_total_dim(bmap));
12405 isl_seq_clr(bmap->eq[i], 1 + isl_basic_map_total_dim(bmap));
12522 isl_seq_clr(bmap->ineq[i], 1 + isl_basic_map_total_dim(bmap));
12783 isl_seq_clr(bmap->div[i] + o_bmap, n_before);
12789 isl_seq_clr(bmap->div[i] + o_bmap, n_after);
12795 isl_seq_clr(bmap->div[i] + o_bmap, bmap->n_div - n_div);
12868 isl_seq_clr(bmap->eq[k] + o_bmap, n_before);
12874 isl_seq_clr(bmap->eq[k] + o_bmap, n_after);
12880 isl_seq_clr(bmap->eq[k] + o_bmap, 1 + total - o_bmap);
tools/polly/lib/External/isl/isl_map_simplify.c 338 isl_seq_clr(bmap->div[k], 1 + total);
783 isl_seq_clr(eq.data, 1+total);
1000 isl_seq_clr(bmap->div[k] + 1, 1 + total + bmap->n_div);
1560 isl_seq_clr(bmap->div[d-(total-bmap->n_div)], 2+total);
tools/polly/lib/External/isl/isl_map_subtract.c 38 isl_seq_clr(v->el + 1 + dim, v->size - (1 + dim));
188 isl_seq_clr(vec->el + 2 + dim, tab->bmap->n_div);
tools/polly/lib/External/isl/isl_mat.c 393 isl_seq_clr(mat->row[i], i);
395 isl_seq_clr(mat->row[i]+i+1, n_row-(i+1));
412 isl_seq_clr(mat->row[i], n_col);
560 isl_seq_clr(sum->row[0]+1, sum->n_col-1);
897 isl_seq_clr(mat2->row[0]+1, mat->n_col);
929 isl_seq_clr(mat->row[i] + mat1->n_col, mat2->n_col);
932 isl_seq_clr(mat->row[mat1->n_row + i], mat1->n_col);
1278 isl_seq_clr(prod->row[i], prod->n_col);
1337 isl_seq_clr(q[i] + has_div + t->n_col + n_div, e);
1572 isl_seq_clr(mat->row[i] + first, n);
1628 isl_seq_clr(mat->row[row + i], mat->n_col);
tools/polly/lib/External/isl/isl_morph.c 593 isl_seq_clr(bset->eq[k] + morph->inv->n_col, bset->n_div);
tools/polly/lib/External/isl/isl_point.c 72 isl_seq_clr(vec->el + 1, vec->size - 1);
599 isl_seq_clr(bset->ineq[k] + 1, total);
612 isl_seq_clr(bset->ineq[k] + 1, total);
tools/polly/lib/External/isl/isl_polynomial.c 1987 isl_seq_clr(aff->el + 1, 1 + d + qp->div->n_row);
4040 isl_seq_clr(qp->div->row[i] + 2 + total, extra);
tools/polly/lib/External/isl/isl_sample.c 49 isl_seq_clr(sample->el + 1, dim);
692 isl_seq_clr(T->row[i] + 1, T->n_col - 1);
695 isl_seq_clr(T->row[sample->size + i], T->n_col);
1202 isl_seq_clr(bset->eq[k], 1 + dim);
tools/polly/lib/External/isl/isl_scheduler.c 2491 isl_seq_clr(graph->lp->ineq[k], 1 + total);
2570 isl_seq_clr(graph->lp->ineq[k], 1 + total);
2600 isl_seq_clr(ineq->el + pos, 2);
2653 isl_seq_clr(graph->lp->eq[k], 1 + total);
2675 isl_seq_clr(graph->lp->eq[k], 1 + total);
2701 isl_seq_clr(graph->lp->eq[k], 1 + total);
4207 isl_seq_clr(graph->lp->eq[k], 1 + total);
4222 isl_seq_clr(graph->lp->ineq[k], 1 + total);
6715 isl_seq_clr(t->row[i] + 1 + n_param, n_var);
tools/polly/lib/External/isl/isl_tab.c 340 isl_seq_clr(prod->row[n + i] + off + d1, d2);
343 isl_seq_clr(prod->row[n + i] + off + col1 + d1, col2 - d2);
349 isl_seq_clr(prod->row[n + i] + off, d1);
352 isl_seq_clr(prod->row[n + i] + off + d1 + d2, col1 - d1);
360 isl_seq_clr(prod->row[n + i] + off + d1, d2);
363 isl_seq_clr(prod->row[n + i] + off + col1 + d1, col2 - d2);
369 isl_seq_clr(prod->row[n + i] + off, d1);
372 isl_seq_clr(prod->row[n + i] + off + d1 + d2, col1 - d1);
1840 isl_seq_clr(row + 2, tab->M + tab->n_col);
2106 isl_seq_clr(row + 1, 1 + tab->M + tab->n_col);
2726 isl_seq_clr(row + 1, 1 + tab->n_col);
3472 isl_seq_clr(eq->el + 1, tab->n_var);
tools/polly/lib/External/isl/isl_tab_lexopt_templ.c 102 isl_seq_clr(bmap->ineq[k], 1 + n_in);
116 isl_seq_clr(dom->ineq[k] + 1 + n_in + 1, n_div);
tools/polly/lib/External/isl/isl_tab_pip.c 694 isl_seq_clr(mat->row[0] + 1, mat->n_col - 1);
700 isl_seq_clr(mat->row[1 + row], mat->n_col);
2707 isl_seq_clr(ineq->el, ineq->size);
3314 isl_seq_clr(eq->el + 1 + tab->n_param,
tools/polly/lib/External/isl/isl_transitive_closure.c 82 isl_seq_clr(c, 1 + isl_basic_map_total_dim(bmap));
248 isl_seq_clr(path->eq[k], 1 + isl_basic_map_total_dim(path));
264 isl_seq_clr(path->ineq[k], 1 + isl_basic_map_total_dim(path));
307 isl_seq_clr(bset->ineq[k], 1 + isl_basic_set_total_dim(bset));
436 isl_seq_clr(test->eq[k], 1 + isl_basic_map_total_dim(test));
489 isl_seq_clr(path_c, 1 + isl_basic_map_total_dim(path));
599 isl_seq_clr(path->eq[k], 1 + isl_basic_map_total_dim(path));
637 isl_seq_clr(path->ineq[k], 1 + isl_basic_map_total_dim(path));
679 isl_seq_clr(bmap->eq[k], 1 + isl_basic_map_total_dim(bmap));
687 isl_seq_clr(bmap->ineq[k], 1 + isl_basic_map_total_dim(bmap));
1496 isl_seq_clr(bstep->eq[k], 1 + isl_basic_map_total_dim(bstep));
2189 isl_seq_clr(bmap->eq[k], 1 + nparam);
2201 isl_seq_clr(obj->el, 1 + nparam + d);
2215 isl_seq_clr(bmap->ineq[k],
2230 isl_seq_clr(bmap->ineq[k],
2242 isl_seq_clr(bmap->ineq[k],
2886 isl_seq_clr(bmap->eq[k], isl_basic_map_total_dim(bmap));
tools/polly/lib/External/isl/isl_vec.c 137 isl_seq_clr(vec->el, size);
159 isl_seq_clr(vec->el + size - extra, extra);
430 isl_seq_clr(vec->el, vec->size);
604 isl_seq_clr(vec->el + pos, n);
tools/polly/lib/External/isl/isl_vertices.c 1147 isl_seq_clr(c->el + 1, c->size - 1);