Home
last modified time | relevance | path

Searched refs:time_tile (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dhybrid.c248 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()
[all …]