Lines Matching refs:input_schedule
244 isl_multi_union_pw_aff *input_schedule; member
269 return isl_multi_union_pw_aff_get_space(tile->input_schedule); in ppcg_ht_tiling_get_input_space()
285 isl_multi_union_pw_aff_free(tiling->input_schedule); in ppcg_ht_tiling_free()
317 return isl_multi_union_pw_aff_get_ctx(tiling->input_schedule); in ppcg_ht_tiling_get_ctx()
879 __isl_keep isl_multi_union_pw_aff *input_schedule, in ppcg_ht_bounds_construct_tiling() argument
891 if (!bounds || !input_node || !input_schedule || !tile_sizes) in ppcg_ht_bounds_construct_tiling()
894 ctx = isl_multi_union_pw_aff_get_ctx(input_schedule); in ppcg_ht_bounds_construct_tiling()
920 tiling->input_schedule = isl_multi_union_pw_aff_copy(input_schedule); in ppcg_ht_bounds_construct_tiling()
939 if (!tiling->input_schedule || !tiling->local_time || !tiling->hex || in ppcg_ht_bounds_construct_tiling()
1773 mupa = isl_multi_union_pw_aff_copy(phase->tiling->input_schedule); in compute_full_tile()
1906 mupa = isl_multi_union_pw_aff_copy(phase->tiling->input_schedule); in insert_space_tiling()
1930 mupa = isl_multi_union_pw_aff_copy(phase->tiling->input_schedule); in ppcg_ht_phase_shift_space_point()