Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dhybrid.c251 isl_multi_aff *shift_phase; member
290 isl_multi_aff_free(tiling->shift_phase); in ppcg_ht_tiling_free()
928 tiling->shift_phase = compute_shift_phase(phase_shift); in ppcg_ht_bounds_construct_tiling()
940 !tiling->shift_space || !tiling->shift_phase) in ppcg_ht_bounds_construct_tiling()
1454 static __isl_give ppcg_ht_phase *shift_phase(__isl_take ppcg_ht_phase *phase) in shift_phase() function
1462 return pullback_phase(phase, isl_multi_aff_copy(tiling->shift_phase)); in shift_phase()
1589 phase = shift_phase(phase); in ppcg_ht_tiling_compute_phase()