Searched refs:isl_map_order_gt (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mit/isl/dist/include/isl/
H A Dmap.h532 __isl_give isl_map *isl_map_order_gt(__isl_take isl_map *map,
/netbsd-current/external/mit/isl/dist/
H A Disl_test.c8925 map = isl_map_order_gt(map, isl_dim_in, 0, isl_dim_out, 0);
8933 map = isl_map_order_gt(map, isl_dim_in, 0, isl_dim_in, 0);
H A Disl_ast_codegen.c3663 gt = isl_map_order_gt(gt, isl_dim_in, depth, isl_dim_out, depth);
H A Disl_scheduler.c5441 map = isl_map_order_gt(map, isl_dim_in, 0, isl_dim_out, 0);
H A Disl_map.c13546 __isl_give isl_map *isl_map_order_gt(__isl_take isl_map *map, function
13564 return isl_map_order_gt(map, type2, pos2, type1, pos1);

Completed in 461 milliseconds