Searched refs:write_only (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | OpenCLImageTypes.def | 36 IMAGE_TYPE(Type, Id##WO, Id##WOTy, write_only, wo)
|
| H A D | TokenKinds.def | 551 ALIAS("write_only", __write_only , KEYOPENCLC | KEYOPENCLCXX)
|
| H A D | Attr.td | 1031 Keyword<"__write_only">, Keyword<"write_only">, 1039 Keyword<"write_only">]>];
|
| H A D | AttrDocs.td | 2738 let Heading = "__read_only, __write_only, __read_write (read_only, write_only, read_write)"; 2743 The read_only/__read_only, write_only/__write_only and read_write/__read_write 2750 write_only image2d_t imageB) {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | opencl-c.h | 15177 int __ovld __cnfn get_image_width(write_only image1d_t image); 15179 int __ovld __cnfn get_image_width(write_only image2d_t image); 15181 int __ovld __cnfn get_image_width(write_only image3d_t image); 15232 int __ovld __cnfn get_image_height(write_only image2d_t image); 15234 int __ovld __cnfn get_image_height(write_only image3d_t image); 15270 int __ovld __cnfn get_image_depth(write_only image3d_t image); 15288 int __ovld get_image_num_mip_levels(write_only image1d_t image); 15289 int __ovld get_image_num_mip_levels(write_only image2d_t image); 15291 int __ovld get_image_num_mip_levels(write_only image3d_t image); 15524 int2 __ovld __cnfn get_image_dim(write_only image2d_t image); [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-alias.c | 2869 bool write_only; member 2955 up->write_only = true; in get_or_create_used_part_for() 3004 || up->write_only) in create_overlap_variables_for() 3178 up->write_only = false; in find_used_portions() 3209 up->write_only = false; in find_used_portions()
|
| H A D | ChangeLog-2006 | 15575 * tree-ssa-alias.c (struct used_part): Add write_only field.
|