Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
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()
Dgpu.h428 int gpu_array_requires_device_allocation(struct gpu_array_info *array);
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()