Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.h242 ppcg_access_shared, enumerator
Dgpu_group.c33 else if (type == ppcg_access_shared) in gpu_array_ref_group_print_name()
81 return ppcg_access_shared; in gpu_array_ref_group_type()
85 return ppcg_access_shared; in gpu_array_ref_group_type()
99 case ppcg_access_shared: in gpu_array_ref_group_tile()
Dcuda.c409 if (var->type == ppcg_access_shared) in print_kernel_var()
Dgpu.c957 if (type != ppcg_access_shared) in check_shared_memory_bound()
3603 if (type == ppcg_access_shared) in add_copies_group()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2244 if (Var.type == ppcg_access_shared) { in createKernelVariables()