|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/isl_mat_private.h 30 __isl_give isl_mat *isl_mat_sub_alloc6(isl_ctx *ctx, isl_int **row,
References
tools/polly/lib/External/isl/basis_reduction_templ.c 341 eq = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, bset->n_eq,
tools/polly/lib/External/isl/isl_affine_hull.c 721 M = isl_mat_sub_alloc6(bset->ctx, cone->eq, 0, cone->n_eq, 1, total);
1091 B = isl_mat_sub_alloc6(ctx, bmap->eq, 0, n, 0, 1 + total + n_known);
1093 A = isl_mat_sub_alloc6(ctx, bmap->eq, 0, n, 1 + total + n_known, n_col);
tools/polly/lib/External/isl/isl_coalesce.c 997 T = isl_mat_sub_alloc6(ctx, info->bmap->ineq, k, 1, 0, 1 + total);
tools/polly/lib/External/isl/isl_convex_hull.c 978 M = isl_mat_sub_alloc6(set->ctx, lin->eq, 0, lin->n_eq, 1, total);
1628 constraints[i].c = isl_mat_sub_alloc6(hull->ctx,
tools/polly/lib/External/isl/isl_equalities.c 682 B = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, bset->n_eq, 0, 1 + dim);
758 H = isl_mat_sub_alloc6(ctx, bset->eq, 0, bset->n_eq, 1, total);
tools/polly/lib/External/isl/isl_map.c 7312 eq = isl_mat_sub_alloc6(bset->ctx, bset->eq, i, bset->n_eq - i,
13429 return isl_mat_sub_alloc6(ctx, bset->eq, 0, bset->n_eq, 0, total);
tools/polly/lib/External/isl/isl_map_simplify.c 921 B = isl_mat_sub_alloc6(bmap->ctx, bmap->eq, div_eq,
942 B = isl_mat_sub_alloc6(bmap->ctx, bmap->eq, 0, div_eq, 0, 1 + total);
2438 ineq = isl_mat_sub_alloc6(ctx, bset->ineq, 0, bset->n_ineq,
2622 eq = isl_mat_sub_alloc6(bset->ctx, aff->eq, 0, aff->n_eq, 0, 1 + total);
2742 E2 = isl_mat_sub_alloc6(ctx, bmap2->eq,
2747 E1 = isl_mat_sub_alloc6(ctx, bmap1->eq,
2751 E1 = isl_mat_sub_alloc6(ctx, bmap1->eq,
2753 E2 = isl_mat_sub_alloc6(ctx, bmap2->eq,
2760 E1 = isl_mat_sub_alloc6(ctx, bmap->eq, 0, bmap->n_eq, 0, 1 + total);
2816 A = isl_mat_sub_alloc6(ctx, context->eq, 0, context_n_eq, 0, 1 + total);
2817 B = isl_mat_sub_alloc6(ctx, context->eq,
2826 A = isl_mat_sub_alloc6(ctx, bmap->eq,
5118 eq = isl_mat_sub_alloc6(ctx, bmap->eq, 0, bmap->n_eq, 0, 1 + total);
tools/polly/lib/External/isl/isl_mat.c 178 return isl_mat_sub_alloc6(mat->ctx, mat->row, first_row, n_row,
1329 t = isl_mat_sub_alloc6(mat->ctx, q, 0, n, has_div, mat->n_row);
1454 t = isl_mat_sub_alloc6(ctx, row, 0, n_row, first_col, mat->n_row);
tools/polly/lib/External/isl/isl_morph.c 448 E = isl_mat_sub_alloc6(bset->ctx, bset->eq, f_eq, n_eq, 0, orest);
531 B = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, n_eq, 0, 1 + nparam);
532 H = isl_mat_sub_alloc6(bset->ctx, bset->eq,
636 mat = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, bset->n_eq,
651 mat = isl_mat_sub_alloc6(bset->ctx, bset->ineq, 0, bset->n_ineq,
667 mat = isl_mat_sub_alloc6(bset->ctx, bset->div, 0, bset->n_div,
tools/polly/lib/External/isl/isl_sample.c 938 M = isl_mat_sub_alloc6(ctx, cone->eq, 0, cone->n_eq, 1, total);