Searched refs:isl_mat_get_ctx (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/mit/isl/dist/include/isl/
H A Dmat.h26 isl_ctx *isl_mat_get_ctx(__isl_keep isl_mat *mat);
/netbsd-current/external/mit/isl/dist/
H A Disl_mat.c25 isl_ctx *isl_mat_get_ctx(__isl_keep isl_mat *mat) function
274 isl_die(isl_mat_get_ctx(mat), isl_error_invalid,
286 isl_die(isl_mat_get_ctx(mat), isl_error_invalid,
299 isl_die(isl_mat_get_ctx(mat), isl_error_invalid,
313 isl_die(isl_mat_get_ctx(mat), isl_error_invalid,
340 ctx = isl_mat_get_ctx(mat);
736 ctx = isl_mat_get_ctx(mat);
1460 ctx = isl_mat_get_ctx(mat);
1850 v = isl_vec_alloc(isl_mat_get_ctx(mat), mat->n_col);
H A Disl_local.c28 return isl_mat_get_ctx(local);
H A Disl_equalities.c417 ctx = isl_mat_get_ctx(A);
543 ctx = isl_mat_get_ctx(B);
H A Disl_morph.c627 ctx = isl_mat_get_ctx(mat);
H A Disl_map_simplify.c2721 ctx = isl_mat_get_ctx(ineq);
5151 ctx = isl_mat_get_ctx(T);
5181 isl_die(isl_mat_get_ctx(T), isl_error_invalid,
H A Disl_tab_pip.c289 isl_die(isl_mat_get_ctx(M), isl_error_internal,
4692 ctx = isl_mat_get_ctx(var);
H A Disl_coalesce.c1233 ctx = isl_mat_get_ctx(mat);
H A Disl_tab.c102 return tab ? isl_mat_get_ctx(tab->mat) : NULL;
H A Disl_scheduler.c2884 ctx = isl_mat_get_ctx(indep);
H A Disl_aff.c4124 ctx = isl_mat_get_ctx(mat);
H A Disl_map.c9654 isl_die(isl_mat_get_ctx(div), isl_error_invalid,

Completed in 606 milliseconds