Home
last modified time | relevance | path

Searched refs:LLVMAtomicRMWBinOpNand (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp281 case LLVMAtomicRMWBinOpNand: in ac_build_atomic_rmw()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h361 LLVMAtomicRMWBinOpNand, /**< Not-And a value and return the old one */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3538 case LLVMAtomicRMWBinOpNand: return AtomicRMWInst::Nand; in mapFromLLVMRMWBinOp()
3558 case AtomicRMWInst::Nand: return LLVMAtomicRMWBinOpNand; in mapToLLVMRMWBinOp()