Searched refs:isl_map_insert_dims (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-sese-to-poly.c491 index_map = isl_map_insert_dims (index_map, isl_dim_out, 0, pos);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgraphite-sese-to-poly.cc487 index_map = isl_map_insert_dims (index_map, isl_dim_out, 0, pos);
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dmap.h478 __isl_give isl_map *isl_map_insert_dims(__isl_take isl_map *map,
/netbsd-current/external/mit/isl/dist/
H A Disl_ast_build.c1558 map = isl_map_insert_dims(map, isl_dim_out, pos, 1);
H A Disl_ast_codegen.c3979 map = isl_map_insert_dims(map, isl_dim_out, depth + 1, 1);
H A Disl_map.c4207 __isl_give isl_map *isl_map_insert_dims(__isl_take isl_map *map, function
4239 return isl_map_insert_dims(set, type, pos, n);
4250 return isl_map_insert_dims(map, type, dim, n);

Completed in 313 milliseconds