|
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 28 __isl_give isl_mat *isl_mat_sub_alloc(__isl_keep isl_mat *mat,
References
tools/polly/lib/External/isl/isl_equalities.c 93 H = isl_mat_sub_alloc(M, 0, B->n_row, 0, B->n_row);
106 cst = isl_mat_sub_alloc(C, 1, B->n_row, 0, 1);
107 T = isl_mat_sub_alloc(U, B->n_row, B->n_col - 1, 0, B->n_row);
192 T = isl_mat_sub_alloc(A, 0, A->n_row, 0, A->n_row);
548 H = isl_mat_sub_alloc(B, 0, B->n_row, 1 + first, n);
564 H1 = isl_mat_sub_alloc(H, 0, H->n_row, 0, H->n_row);
586 U1 = isl_mat_sub_alloc(U, 0, U->n_row, 0, B->n_row);
588 U2 = isl_mat_sub_alloc(U, 0, U->n_row, B->n_row, U->n_row - B->n_row);
779 H1 = isl_mat_sub_alloc(H, 0, H->n_row, 0, H->n_row);
783 U1 = isl_mat_sub_alloc(U, nparam+pos, 1, 0, bset->n_eq);
tools/polly/lib/External/isl/isl_morph.c 117 sub = isl_mat_sub_alloc(morph->map, 0, 1 + nparam, 0, 1 + nparam);
tools/polly/lib/External/isl/isl_scheduler.c 2284 H = isl_mat_sub_alloc(node->sched, 0, n_row,