Searched refs:ac_build_atomic_rmw (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_helper.cpp | 264 LLVMValueRef ac_build_atomic_rmw(struct ac_llvm_context *ctx, LLVMAtomicRMWBinOp op, in ac_build_atomic_rmw() function
|
D | ac_llvm_build.h | 570 LLVMValueRef ac_build_atomic_rmw(struct ac_llvm_context *ctx, LLVMAtomicRMWBinOp op,
|
D | ac_nir_to_llvm.c | 2232 result = ac_build_atomic_rmw(&ctx->ac, op, addr, ac_to_integer(&ctx->ac, data), sync_scope); in visit_global_atomic() 3199 result = ac_build_atomic_rmw(&ctx->ac, op, ptr, val, sync_scope); in visit_var_atomic()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 1818 ac_build_atomic_rmw(&ctx->ac, LLVMAtomicRMWBinOpAdd, gdsbase, tmp, sync_scope); in gfx10_ngg_gs_emit_epilogue_2()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 4340 - ac/llvm: fix invalid use of unreachable in ac_build_atomic_rmw()
|
D | 21.1.0.rst | 3506 - ac/llvm: fix ac_build_atomic_rmw with LLVM 13
|