HomeSort by: relevance | last modified time | path
    Searched refs:isl_mat_get_ctx (Results 1 - 12 of 12) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
mat.h 26 isl_ctx *isl_mat_get_ctx(__isl_keep isl_mat *mat);
  /src/external/mit/isl/dist/
isl_mat.c 25 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);
isl_local.c 28 return isl_mat_get_ctx(local);
isl_equalities.c 417 ctx = isl_mat_get_ctx(A);
543 ctx = isl_mat_get_ctx(B);
isl_morph.c 627 ctx = isl_mat_get_ctx(mat);
isl_map_simplify.c 2721 ctx = isl_mat_get_ctx(ineq);
5151 ctx = isl_mat_get_ctx(T);
5181 isl_die(isl_mat_get_ctx(T), isl_error_invalid,
isl_tab_pip.c 289 isl_die(isl_mat_get_ctx(M), isl_error_internal,
4692 ctx = isl_mat_get_ctx(var);
isl_coalesce.c 1233 ctx = isl_mat_get_ctx(mat);
isl_tab.c 102 return tab ? isl_mat_get_ctx(tab->mat) : NULL;
isl_scheduler.c 2884 ctx = isl_mat_get_ctx(indep);
isl_aff.c 4124 ctx = isl_mat_get_ctx(mat);
isl_map.c 9654 isl_die(isl_mat_get_ctx(div), isl_error_invalid,

Completed in 49 milliseconds