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

  /src/external/mit/isl/dist/include/isl/
local_space.h 64 __isl_give isl_local_space *isl_local_space_drop_dims(
  /src/external/mit/isl/dist/
isl_local_space.c 369 ls = isl_local_space_drop_dims(ls, isl_dim_div, i, 1);
978 ls = isl_local_space_drop_dims(ls, isl_dim_out, 0, n_out);
996 ls = isl_local_space_drop_dims(ls, isl_dim_in, 0, n_in);
1281 __isl_give isl_local_space *isl_local_space_drop_dims( function
isl_aff.c 1481 aff->ls = isl_local_space_drop_dims(aff->ls, isl_dim_div, pos, n - pos);
2661 aff->ls = isl_local_space_drop_dims(aff->ls, type, first, n);
5235 ls = isl_local_space_drop_dims(ls, isl_dim_div, i, 1);
isl_tab_pip.c 369 ls = isl_local_space_drop_dims(ls, isl_dim_div,
isl_map.c 8002 ls = isl_local_space_drop_dims(ls, isl_dim_div,

Completed in 34 milliseconds