Home
last modified time | relevance | path

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

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