Searched refs:memory_scope (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | opencl-c.h | 12402 void __ovld __conv work_group_barrier(cl_mem_fence_flags, memory_scope); 13281 void __ovld atomic_work_item_fence(cl_mem_fence_flags, memory_order, memory_scope); 13526 int __ovld atomic_fetch_add_explicit(volatile atomic_int *, int, memory_order, memory_scope); 13527 uint __ovld atomic_fetch_add_explicit(volatile atomic_uint *, uint, memory_order, memory_scope); 13528 int __ovld atomic_fetch_sub_explicit(volatile atomic_int *, int, memory_order, memory_scope); 13529 uint __ovld atomic_fetch_sub_explicit(volatile atomic_uint *, uint, memory_order, memory_scope); 13530 int __ovld atomic_fetch_or_explicit(volatile atomic_int *, int, memory_order, memory_scope); 13531 uint __ovld atomic_fetch_or_explicit(volatile atomic_uint *, uint, memory_order, memory_scope); 13532 int __ovld atomic_fetch_xor_explicit(volatile atomic_int *, int, memory_order, memory_scope); 13533 uint __ovld atomic_fetch_xor_explicit(volatile atomic_uint *, uint, memory_order, memory_scope); [all …]
|
| H A D | opencl-c-base.h | 383 typedef enum memory_scope { enum 402 } memory_scope; typedef
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 254 // OpenCL enum type (e.g. memory_scope). 425 def MemoryScope : EnumType<"memory_scope">;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 1245 // OpenCL memory_scope enum
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LanguageExtensions.rst | 3455 corresponding to the enumerators of OpenCL's ``memory_scope`` enumeration.)
|