Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h361 LLVMAtomicRMWBinOpXor, /**< Xor a value and return the old one */ enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h357 LLVMAtomicRMWBinOpXor, /**< Xor a value and return the old one */ enumerator
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c899 op = LLVMAtomicRMWBinOpXor; in atomic_emit_memory()
/external/llvm/lib/IR/
DCore.cpp3048 case LLVMAtomicRMWBinOpXor: intop = AtomicRMWInst::Xor; break; in LLVMBuildAtomicRMW()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp3363 case LLVMAtomicRMWBinOpXor: intop = AtomicRMWInst::Xor; break; in LLVMBuildAtomicRMW()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c4010 op = LLVMAtomicRMWBinOpXor; in visit_var_atomic()