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 …]
1656 isl_bool needs_map; in isl_ast_build_expr_from_set() local1658 needs_map = isl_ast_build_need_schedule_map(build); in isl_ast_build_expr_from_set()1659 if (needs_map < 0) { in isl_ast_build_expr_from_set()1661 } else if (needs_map) { in isl_ast_build_expr_from_set()2311 isl_bool needs_map; in isl_ast_build_expr_from_pw_aff() local2313 needs_map = isl_ast_build_need_schedule_map(build); in isl_ast_build_expr_from_pw_aff()2314 if (needs_map < 0) { in isl_ast_build_expr_from_pw_aff()2316 } else if (needs_map) { in isl_ast_build_expr_from_pw_aff()2491 isl_bool needs_map; in isl_ast_build_from_multi_pw_aff() local2507 needs_map = isl_ast_build_need_schedule_map(build); in isl_ast_build_from_multi_pw_aff()[all …]