Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dcuda.c80 if (!gpu_array_requires_device_allocation(&prog->array[i])) in declare_device_arrays()
98 if (!gpu_array_requires_device_allocation(&prog->array[i])) in allocate_device_arrays()
121 if (!gpu_array_requires_device_allocation(&prog->array[i])) in free_device_arrays()
H A Dgpu.h428 int gpu_array_requires_device_allocation(struct gpu_array_info *array);
H A Dgpu.c432 int gpu_array_requires_device_allocation(struct gpu_array_info *array) in gpu_array_requires_device_allocation() function
2012 if (!gpu_array_requires_device_allocation(array)) in build_array_bounds()