summaryrefslogtreecommitdiffstats
path: root/libclc/r600/lib/image/write_image_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/+52
| | | | | | | | | | 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-52/+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
* r600: Add image writing builtins.Tom Stellard2015-09-211-0/+52
Patch by: Zoltan Gilian llvm-svn: 248161
OpenPOWER on IntegriCloud