Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h358 LLVMAtomicRMWBinOpAnd, /**< And a value and return the old one */ enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h354 LLVMAtomicRMWBinOpAnd, /**< And a value and return the old one */ enumerator
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c893 op = LLVMAtomicRMWBinOpAnd; in atomic_emit_memory()
/external/llvm/lib/IR/
DCore.cpp3045 case LLVMAtomicRMWBinOpAnd: intop = AtomicRMWInst::And; break; in LLVMBuildAtomicRMW()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp3360 case LLVMAtomicRMWBinOpAnd: intop = AtomicRMWInst::And; break; in LLVMBuildAtomicRMW()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c4004 op = LLVMAtomicRMWBinOpAnd; in visit_var_atomic()