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

  /src/external/mit/isl/dist/
isl_map_lexopt_templ.c 21 * ISL_OPT_MAX) of "bmap" over the domain "dom" and return the result.
43 unsigned flags = ISL_OPT_MAX;
143 * ISL_OPT_MAX) of "bmap" over its domain.
201 * ISL_OPT_MAX) of "map" over its domain.
218 return SF(isl_map_lexopt,SUFFIX)(map, ISL_OPT_MAX);
isl_tab_lexopt_templ.c 176 * ISL_OPT_MAX) of "bmap" over the domain "dom" and return the result as
219 max = ISL_FL_ISSET(flags, ISL_OPT_MAX);
isl_tab.h 252 #define ISL_OPT_MAX (1 << 0)
isl_map.c 7325 if (ISL_FL_ISSET(flags, ISL_OPT_MAX))
7424 return isl_map_partial_lexopt(map, dom, empty, ISL_OPT_MAX);
7451 * ISL_OPT_MAX) of "bset" over its parametric domain.
7461 return isl_basic_map_lexopt(bmap, ISL_OPT_MAX);
7499 pma = isl_basic_map_lexopt_pw_multi_aff(bmap, max ? ISL_OPT_MAX : 0);

Completed in 28 milliseconds