Lines Matching refs:time_tile
248 isl_aff *time_tile; member
287 isl_aff_free(tiling->time_tile); in ppcg_ht_tiling_free()
350 isl_aff *time_tile; member
368 isl_aff_free(phase->time_tile); in ppcg_ht_phase_free()
764 static __isl_give isl_aff *compute_shift_space(__isl_keep isl_aff *time_tile, in compute_shift_space() argument
772 ls = isl_local_space_from_space(isl_aff_get_domain_space(time_tile)); in compute_shift_space()
773 t = isl_aff_copy(time_tile); in compute_shift_space()
885 isl_aff *time_tile, *shift_space; in ppcg_ht_bounds_construct_tiling() local
914 time_tile = compute_time_tile(ts, st); in ppcg_ht_bounds_construct_tiling()
915 shift_space = compute_shift_space(time_tile, space_sizes, phase_shift); in ppcg_ht_bounds_construct_tiling()
926 tiling->time_tile = time_tile; in ppcg_ht_bounds_construct_tiling()
1395 phase->time_tile = isl_aff_copy(tiling->time_tile); in construct_phase()
1411 phase->time_tile = isl_aff_align_params(phase->time_tile, in phase_align_params()
1436 phase->time_tile = isl_aff_pullback_multi_aff(phase->time_tile, in pullback_phase()
1613 T = isl_aff_copy(phase0->time_tile); in combine_time_tile()
1616 T = isl_aff_copy(phase1->time_tile); in combine_time_tile()
1717 space = isl_aff_get_space(phase->time_tile); in construct_tile_map()
1725 isl_multi_aff_from_aff(isl_aff_copy(phase->time_tile)), in construct_tile_map()