Searched refs:ppcg_ht_bounds (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/polly/lib/External/ppcg/ |
D | hybrid.h | 9 struct ppcg_ht_bounds; 10 typedef struct ppcg_ht_bounds ppcg_ht_bounds; typedef 18 __isl_give ppcg_ht_bounds *ppcg_ht_compute_bounds(struct ppcg_scop *scop, 20 void ppcg_ht_bounds_dump(__isl_keep ppcg_ht_bounds *bounds); 21 isl_bool ppcg_ht_bounds_is_valid(__isl_keep ppcg_ht_bounds *bounds); 22 isl_bool ppcg_ht_bounds_supports_sizes(__isl_keep ppcg_ht_bounds *bounds, 25 __isl_take ppcg_ht_bounds *bounds, __isl_take isl_multi_val *sizes, 27 __isl_null ppcg_ht_bounds *ppcg_ht_bounds_free( 28 __isl_take ppcg_ht_bounds *bounds);
|
D | hybrid.c | 47 struct ppcg_ht_bounds { struct 54 __isl_null ppcg_ht_bounds *ppcg_ht_bounds_free( in ppcg_ht_bounds_free() argument 55 __isl_take ppcg_ht_bounds *bounds) in ppcg_ht_bounds_free() 69 __isl_give ppcg_ht_bounds *ppcg_ht_bounds_alloc(__isl_take isl_space *space) in ppcg_ht_bounds_alloc() 73 ppcg_ht_bounds *bounds; in ppcg_ht_bounds_alloc() 79 bounds = isl_alloc_type(ctx, struct ppcg_ht_bounds); in ppcg_ht_bounds_alloc() 99 void ppcg_ht_bounds_dump(__isl_keep ppcg_ht_bounds *bounds) in ppcg_ht_bounds_dump() 113 __isl_give isl_val *ppcg_ht_bounds_get_upper(__isl_keep ppcg_ht_bounds *bounds) in ppcg_ht_bounds_get_upper() 123 __isl_give ppcg_ht_bounds *ppcg_ht_bounds_set_upper( in ppcg_ht_bounds_set_upper() 124 __isl_take ppcg_ht_bounds *bounds, __isl_take isl_val *upper) in ppcg_ht_bounds_set_upper() [all …]
|
D | gpu_hybrid.h | 10 __isl_take isl_schedule_node *node, __isl_take ppcg_ht_bounds *bounds,
|
D | gpu_hybrid.c | 120 __isl_take isl_schedule_node *node, __isl_take ppcg_ht_bounds *bounds, in gpu_hybrid_tile()
|
D | gpu.c | 4034 ppcg_ht_bounds *bounds; in try_hybrid_tile()
|