Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h356 LLVMAtomicRMWBinOpAdd, /**< Add a value and return the old one */ enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h352 LLVMAtomicRMWBinOpAdd, /**< Add a value and return the old one */ enumerator
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c887 op = LLVMAtomicRMWBinOpAdd; in atomic_emit_memory()
/external/llvm/lib/IR/
DCore.cpp3043 case LLVMAtomicRMWBinOpAdd: intop = AtomicRMWInst::Add; break; in LLVMBuildAtomicRMW()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp3358 case LLVMAtomicRMWBinOpAdd: intop = AtomicRMWInst::Add; break; in LLVMBuildAtomicRMW()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3989 op = LLVMAtomicRMWBinOpAdd; in visit_var_atomic()