summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/llvm.SI.image.sample.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Remove legacy image intrinsicsMatt Arsenault2017-04-041-309/+0
| | | | llvm-svn: 299443
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-42/+41
| | | | | | | | | | | 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
* [AMDGPU] Assembler: Basic support for MIMGNikolay Haustov2016-02-261-20/+20
| | | | | | | | | | | Add parsing and printing of image operands. Matches legacy sp3 assembler. Change image instruction order to have data/image/sampler operands in the beginning. This is needed because optional operands in MC are always last. Update SITargetLowering for new order. Add basic MC test. Update CodeGen tests. Review: http://reviews.llvm.org/D17574 llvm-svn: 261995
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+310
llvm-svn: 239657
OpenPOWER on IntegriCloud