Lines Matching refs:shift_space
250 isl_aff *shift_space; member
289 isl_aff_free(tiling->shift_space); in ppcg_ht_tiling_free()
352 isl_aff *shift_space; member
370 isl_aff_free(phase->shift_space); in ppcg_ht_phase_free()
817 __isl_keep isl_space *local_ts, __isl_keep isl_aff *shift_space, in compute_localize() argument
825 space = isl_aff_get_domain_space(shift_space); in compute_localize()
833 s = isl_aff_copy(shift_space); in compute_localize()
885 isl_aff *time_tile, *shift_space; in ppcg_ht_bounds_construct_tiling() local
915 shift_space = compute_shift_space(time_tile, space_sizes, phase_shift); in ppcg_ht_bounds_construct_tiling()
916 localize = compute_localize(local_ts, shift_space, st, space_sizes); in ppcg_ht_bounds_construct_tiling()
927 tiling->shift_space = shift_space; in ppcg_ht_bounds_construct_tiling()
940 !tiling->shift_space || !tiling->shift_phase) in ppcg_ht_bounds_construct_tiling()
1370 !phase->shift_space || !phase->domain) in check_phase()
1397 phase->shift_space = isl_aff_copy(tiling->shift_space); in construct_phase()
1415 phase->shift_space = isl_aff_align_params(phase->shift_space, in phase_align_params()
1440 phase->shift_space = isl_aff_pullback_multi_aff(phase->shift_space, in pullback_phase()
1515 aff = isl_aff_copy(phase->shift_space); in compute_space_shift()