reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/ppcg/gpu.h
  427 int gpu_array_is_read_only_scalar(struct gpu_array_info *array);

References

tools/polly/lib/External/ppcg/gpu.c
  434 	if (gpu_array_is_read_only_scalar(array))
 1815 	if (gpu_array_is_read_only_scalar(data->array))
 4644 		if (gpu_array_is_read_only_scalar(array))
tools/polly/lib/External/ppcg/gpu_group.c
 1109 	if (gpu_array_is_read_only_scalar(group->array))
tools/polly/lib/External/ppcg/gpu_print.c
   85 	if (gpu_array_is_read_only_scalar(array)) {
  113 	if (gpu_array_is_read_only_scalar(array))
  143 		if (!gpu_array_is_read_only_scalar(array))