Home
last modified time | relevance | path

Searched refs:LLVMAtomicOrderingMonotonic (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/include/llvm-c/
HDCore.h360 LLVMAtomicOrderingMonotonic = 2, /**< guarantees that if you take all the enumerator
/trueos/contrib/llvm/lib/IR/
HDCore.cpp2483 case LLVMAtomicOrderingMonotonic: intordering = Monotonic; break; in LLVMBuildAtomicRMW()