summaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_llvm_build.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: use the ac helper for index buffer stores in the culling shaderMarek Olšák2019-06-111-2/+3
* ac: rename LLVM <= 7 helpers for readabilityMarek Olšák2019-06-041-37/+37
* ac: fix a typo in ac_build_wg_scan_bottomMarek Olšák2019-06-041-1/+1
* ac,radv: do not emit vec3 for raw load/store on SISamuel Pitoiset2019-06-041-6/+6
* ac,radv: remove the vec3 restriction with LLVM 9+Samuel Pitoiset2019-06-031-7/+8
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-13/+13
* ac: use 1D GEPs for descriptors and constantsMarek Olšák2019-05-141-9/+6
* amd/common: add ac_build_opencoded_fetch_formatNicolai Hähnle2019-05-131-0/+313
* ac: tidy up ac_build_llvm8_tbuffer_{load,store}Samuel Pitoiset2019-05-021-13/+13
* ac: add ac_get_i1_sgpr_maskMarek Olšák2019-04-231-0/+16
* ac: use struct/raw store intrinsics for 8-bit/16-bit int with LLVM 9+Samuel Pitoiset2019-04-171-14/+34
* ac: use struct/raw load intrinsics for 8-bit/16-bit int with LLVM 9+Samuel Pitoiset2019-04-171-12/+38
* ac: add support for more types with struct/raw LLVM intrinsicsSamuel Pitoiset2019-04-171-20/+26
* radeonsi: set AC_FUNC_ATTR_READNONE for image opcodes where it was missingMarek Olšák2019-04-121-0/+1
* ac: add ac_build_load_helper_invocation() helperSamuel Pitoiset2019-04-121-0/+10
* ac: add ac_build_ddxy_interp() helperSamuel Pitoiset2019-04-121-0/+20
* ac: add ac_build_umax() and use it where possibleSamuel Pitoiset2019-04-121-0/+7
* ac: add 16-bit support to ac_build_ddxy()Rhys Perry2019-04-101-5/+17
* ac: add 8-bit and 64-bit support to ac_build_bitfield_reverse()Samuel Pitoiset2019-04-011-0/+14
* ac: add 8-bit support to ac_build_umsb()Samuel Pitoiset2019-04-011-1/+7
* ac: add 8-bit support to ac_find_lsb()Samuel Pitoiset2019-04-011-1/+6
* ac: add 8-bit support to ac_build_bit_count()Samuel Pitoiset2019-04-011-0/+7
* ac: fix ac_build_umsb() for 16-bit integer typeSamuel Pitoiset2019-04-011-1/+6
* ac: fix ac_find_lsb() for 16-bit integer typeSamuel Pitoiset2019-04-011-0/+2
* ac: fix ac_build_bitfield_reverse() for 16-bit integer typeSamuel Pitoiset2019-04-011-0/+2
* ac: fix ac_build_bit_count() for 16-bit integer typeSamuel Pitoiset2019-04-011-0/+2
* ac: fix return type for llvm.amdgcn.frexp.exp.i32.64Samuel Pitoiset2019-03-291-1/+1
* ac: add ac_build_frex_exp() helper ans 16-bit/32-bit supportSamuel Pitoiset2019-03-281-0/+24
* ac: add ac_build_frexp_mant() helper and 16-bit/32-bit supportSamuel Pitoiset2019-03-281-0/+25
* ac: use llvm.amdgcn.fmed3 intrinsic for nir_op_fmed3Samuel Pitoiset2019-03-271-0/+27
* ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7Samuel Pitoiset2019-03-211-4/+4
* ac: add 16-bit support to fractSamuel Pitoiset2019-03-211-1/+4
* ac: add 16-bit support fo fsignSamuel Pitoiset2019-03-211-1/+5
* ac: add f16_0 and f16_1 constantsSamuel Pitoiset2019-03-211-0/+2
* ac: add ac_build_tbuffer_store_byte() helperSamuel Pitoiset2019-03-211-0/+19
* ac: add ac_build_tbuffer_load_byte() helperSamuel Pitoiset2019-03-211-0/+18
* ac: add various int8 definitionsSamuel Pitoiset2019-03-211-2/+8
* ac: use new LLVM 8 intrinsics in ac_build_buffer_store_dword()Samuel Pitoiset2019-03-201-40/+26
* ac: use new LLVM 8 intrinsic when storing 16-bit valuesSamuel Pitoiset2019-03-201-0/+20
* ac: add ac_build_{struct,raw}_tbuffer_store() helpersSamuel Pitoiset2019-03-201-0/+127
* ac: use new LLVM 8 intrinsics in ac_build_buffer_load()Samuel Pitoiset2019-03-201-0/+8
* ac: add ac_build_buffer_store_format() helperSamuel Pitoiset2019-03-201-0/+100
* ac: make use of ac_get_store_intr_attribs() where possibleSamuel Pitoiset2019-03-201-6/+2
* ac: use llvm.amdgcn.fract intrinsic for nir_op_ffractSamuel Pitoiset2019-03-201-5/+4
* ac: use the raw tbuffer version for 16-bit SSBO loadsSamuel Pitoiset2019-03-131-3/+3
* ac: add ac_build_{struct,raw}_tbuffer_load() helpersSamuel Pitoiset2019-03-131-5/+43
* ac: rework typed buffers loads for LLVM 7Samuel Pitoiset2019-03-131-40/+66
* radv: Fix float16 interpolation set up.Bas Nieuwenhuizen2019-02-221-0/+31
* ac/nir: make ac_build_fdiv support 16-bit floatsRhys Perry2019-02-191-1/+1
* ac/nir: make ac_build_isign work on all bit sizesRhys Perry2019-02-191-23/+4