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

  /src/external/mit/isl/dist/
isl_flow.c 1493 * "schedule" or "schedule_map" represents the execution order.
1501 * the "schedule_map" field no longer contains useful information.
1507 isl_union_map *schedule_map; member in struct:isl_union_access_info
1523 isl_union_map_free(access->schedule_map);
1574 if (!info->schedule && !info->schedule_map)
1581 if (!info->schedule && !info->schedule_map)
1704 * Also free the schedule_map in case it was set last.
1713 access->schedule_map = isl_union_map_free(access->schedule_map);
1724 /* Replace the schedule map of "access" by "schedule_map"
1914 isl_union_map *access, *schedule_map; local
    [all...]
isl_ast_build_private.h 83 * "schedule_map" maps the internal schedule domain to the external schedule
163 isl_multi_aff *schedule_map; member in struct:isl_ast_build
isl_ast_build.c 321 isl_multi_aff_free(build->schedule_map);
550 /* Clear build->schedule_map.
560 isl_multi_aff_free(build->schedule_map);
561 build->schedule_map = NULL;
596 * We cache a copy of the schedule_map in build->schedule_map.
609 if (build->schedule_map)
610 return isl_multi_aff_copy(build->schedule_map);
632 build->schedule_map = ma;
633 return isl_multi_aff_copy(build->schedule_map);
    [all...]
  /src/external/mit/isl/dist/include/isl/
flow.h 97 __isl_take isl_union_map *schedule_map);
cpp-checked.h 3884 inline isl::checked::union_access_info set_schedule_map(isl::checked::union_map schedule_map) const;
18285 isl::checked::union_access_info union_access_info::set_schedule_map(isl::checked::union_map schedule_map) const
18287 auto res = isl_union_access_info_set_schedule_map(copy(), schedule_map.release());
cpp.h 3950 inline isl::union_access_info set_schedule_map(isl::union_map schedule_map) const;
25868 isl::union_access_info union_access_info::set_schedule_map(isl::union_map schedule_map) const
25870 if (!ptr || schedule_map.is_null())
25874 auto res = isl_union_access_info_set_schedule_map(copy(), schedule_map.release());

Completed in 69 milliseconds