Searched refs:opencl_global_device (Results 1 – 14 of 14) sorted by relevance
21 __attribute__((opencl_global_device)) int *x_global_device; in langas()24 [[clang::opencl_global_device]] int *z_global_device; in langas()
27 __attribute__((opencl_global_device)) int *arg_device,33 arg_device = (__attribute__((opencl_global_device)) int *)arg_comp;64 (__attribute__((opencl_global_device)) int *)arg_device;
39 opencl_global_device, enumerator
1198 let Spellings = [Clang<"opencl_global_device">];
3330 let Heading = "[[clang::opencl_global_device]], [[clang::opencl_global_host]]";
48 __attribute__((opencl_global_device)) *
10 __attribute__((opencl_global_device)) int *arg_device,61 arg_device = (__attribute((opencl_global_device)) int *)arg_glob; // explicit cast
56 void fd(__attribute__((opencl_global_device)) int *arg) {}
610 return LangAS::opencl_global_device; in asOpenCLLangAS()
2088 case LangAS::opencl_global_device: in getAddrSpaceAsString()
2057 case LangAS::opencl_global_device: in mangleAddressSpaceType()
2373 case LangAS::opencl_global_device: in mangleQualifiers()
1410 case LangAS::opencl_global_device: in ArgInfoAddressSpace()3967 AddrSpace == LangAS::opencl_global_device || in GetGlobalVarAddressSpace()
487 (A == LangAS::opencl_global && (B == LangAS::opencl_global_device ||