Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu_group.c79 if (group->private_tile && group->shared_tile && in gpu_array_ref_group_type()
82 if (group->private_tile) in gpu_array_ref_group_type()
102 return group->private_tile; in gpu_array_ref_group_tile()
796 if (group->private_tile) { in set_depth()
798 group->min_depth = group->private_tile->depth; in set_depth()
875 gpu_array_tile_free(group->private_tile); in gpu_array_ref_group_free()
1169 if (!group->private_tile) { in compute_group_bounds_core()
1174 if (!can_tile(acc, group->private_tile)) in compute_group_bounds_core()
1175 group->private_tile = gpu_array_tile_free(group->private_tile); in compute_group_bounds_core()
1179 if (group->private_tile) { in compute_group_bounds_core()
[all …]
H A Dgpu_group.h42 struct gpu_array_tile *private_tile; member