Home
last modified time | relevance | path

Searched refs:gpu_array_is_read_only_scalar (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dgpu_print.c85 if (gpu_array_is_read_only_scalar(array)) { in gpu_array_info_print_declaration_argument()
113 if (gpu_array_is_read_only_scalar(array)) in gpu_array_info_print_call_argument()
143 if (!gpu_array_is_read_only_scalar(array)) in stmt_print_global_index()
Dgpu.h427 int gpu_array_is_read_only_scalar(struct gpu_array_info *array);
Dgpu.c421 int gpu_array_is_read_only_scalar(struct gpu_array_info *array) in gpu_array_is_read_only_scalar() function
434 if (gpu_array_is_read_only_scalar(array)) in gpu_array_requires_device_allocation()
1815 if (gpu_array_is_read_only_scalar(data->array)) in transform_expr()
4644 if (gpu_array_is_read_only_scalar(array)) in create_copy_filters()
Dgpu_group.c1109 if (gpu_array_is_read_only_scalar(group->array)) in compute_group_bounds_core()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp1666 if (gpu_array_is_read_only_scalar(&Prog->array[i])) { in createLaunchParameters()
1926 if (gpu_array_is_read_only_scalar(&Prog->array[i])) { in createKernelFunctionDecl()
2154 if (!gpu_array_is_read_only_scalar(&Prog->array[i])) { in prepareKernelArguments()
2185 if (gpu_array_is_read_only_scalar(&Prog->array[i])) { in finalizeKernelArguments()