summaryrefslogtreecommitdiffstats
path: root/libclc/r600/lib/image/get_image_attributes_impl.ll
Commit message (Collapse)AuthorAgeFilesLines
* r600: Add datalayout to image builtin implementationJan Vesely2018-11-101-0/+2
| | | | | | Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewer: Aaron Watry llvm-svn: 346597
* Make image builtins r600/llvm-3.9 onlyJan Vesely2017-10-101-0/+87
| | | | | | | | | | The implementation uses r600 sepcific intrinsics LLVM-4 switched to _ro_t and _rw_t image types Portions of the code can be moved back as more targets/llvm versions add image support Reviewer: Aaron Watry Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 315341
* Split sources for amdgcn and r600Matt Arsenault2016-02-131-87/+0
| | | | | | | | | | | Most files remain in a common amdgpu directory. Also switches barriers to to use convergent, and use llvm.amdgcn.s.barrier. This now requires 3.9/trunk to build amdgcn. llvm-svn: 260777
* Add image attribute getter builtinsTom Stellard2015-09-211-0/+87
Added get_image_* OpenCL builtins to the headers. Added implementation to the r600 target. Patch by: Zoltan Gilian llvm-svn: 248159
OpenPOWER on IntegriCloud