Searched refs:needs_map (Results 1 – 2 of 2) sorted by relevance
603 isl_bool needs_map; in isl_ast_build_get_schedule_map_multi_aff() local611 needs_map = isl_ast_build_need_schedule_map(build); in isl_ast_build_get_schedule_map_multi_aff()612 if (needs_map < 0) in isl_ast_build_get_schedule_map_multi_aff()618 if (needs_map) { in isl_ast_build_get_schedule_map_multi_aff()1009 isl_bool needs_map; in isl_ast_build_restrict() local1014 needs_map = isl_ast_build_need_schedule_map(build); in isl_ast_build_restrict()1015 if (needs_map < 0) in isl_ast_build_restrict()1017 if (needs_map) { in isl_ast_build_restrict()1198 isl_bool needs_map; in isl_ast_build_get_space() local1208 needs_map = isl_ast_build_need_schedule_map(build); in isl_ast_build_get_space()[all …]
1802 isl_bool needs_map; in isl_ast_build_expr_from_set() local1804 needs_map = isl_ast_build_need_schedule_map(build); in isl_ast_build_expr_from_set()1805 if (needs_map < 0) { in isl_ast_build_expr_from_set()1807 } else if (needs_map) { in isl_ast_build_expr_from_set()2472 isl_bool needs_map; in isl_ast_build_expr_from_pw_aff() local2474 needs_map = isl_ast_build_need_schedule_map(build); in isl_ast_build_expr_from_pw_aff()2475 if (needs_map < 0) { in isl_ast_build_expr_from_pw_aff()2477 } else if (needs_map) { in isl_ast_build_expr_from_pw_aff()2652 isl_bool needs_map; in isl_ast_build_from_multi_pw_aff() local2668 needs_map = isl_ast_build_need_schedule_map(build); in isl_ast_build_from_multi_pw_aff()[all …]