Home
last modified time | relevance | path

Searched refs:LLVMAtomicRMWBinOpAdd (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp272 case LLVMAtomicRMWBinOpAdd: in ac_build_atomic_rmw()
Dac_nir_to_llvm.c2202 op = LLVMAtomicRMWBinOpAdd; in visit_global_atomic()
3154 op = LLVMAtomicRMWBinOpAdd; in visit_var_atomic()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1778 builder, LLVMAtomicRMWBinOpAdd, in gfx10_ngg_gs_emit_epilogue_1()
1818 ac_build_atomic_rmw(&ctx->ac, LLVMAtomicRMWBinOpAdd, gdsbase, tmp, sync_scope); in gfx10_ngg_gs_emit_epilogue_2()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c917 op = LLVMAtomicRMWBinOpAdd; in emit_atomic_global()
1278 op = LLVMAtomicRMWBinOpAdd; in emit_atomic_mem()
Dlp_bld_nir.c1484 params.op = LLVMAtomicRMWBinOpAdd; in visit_atomic_image()
Dlp_bld_tgsi_soa.c3768 op = LLVMAtomicRMWBinOpAdd; in atomic_emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h358 LLVMAtomicRMWBinOpAdd, /**< Add a value and return the old one */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3535 case LLVMAtomicRMWBinOpAdd: return AtomicRMWInst::Add; in mapFromLLVMRMWBinOp()
3555 case AtomicRMWInst::Add: return LLVMAtomicRMWBinOpAdd; in mapToLLVMRMWBinOp()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c1769 builder, LLVMAtomicRMWBinOpAdd, in gfx10_ngg_gs_emit_epilogue()