summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/llvm.SI.tbuffer.store.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Remove llvm.SI.tbuffer.storeMatt Arsenault2018-12-071-75/+0
| | | | llvm-svn: 348619
* AMDGPU: Remove SITypeRewriterMatt Arsenault2017-06-281-10/+10
| | | | | | | This was an old workaround for using v16i8 in some old intrinsics for resource descriptors. llvm-svn: 306603
* [AMDGPU] Add intrinsics for tbuffer load and storeDavid Stuttard2017-06-221-4/+34
| | | | | | | | | | | | | | | Intrinsic already existed for llvm.SI.tbuffer.store Needed tbuffer.load and also re-implementing the intrinsic as llvm.amdgcn.tbuffer.* Added CodeGen tests for the 2 new variants added. Left the original llvm.SI.tbuffer.store implementation to avoid issues with existing code Subscribers: arsenm, kzhuravl, wdng, nhaehnle, yaxunl, tony-tye, tpr Differential Revision: https://reviews.llvm.org/D30687 llvm-svn: 306031
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-6/+4
| | | | | | | | | | | This makes it possible to distinguish between mesa shaders and other kernels even in the presence of compute shaders. Patch By: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Differential Revision: http://reviews.llvm.org/D18559 llvm-svn: 265589
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+47
llvm-svn: 239657
OpenPOWER on IntegriCloud