Lines Matching refs:Monotonic
112 another operation; it is normally used along with Monotonic memory operations.
113 A Monotonic load followed by an Acquire fence is roughly equivalent to an
114 Acquire load, and a Monotonic store following a Release fence is roughly
214 Monotonic section in Atomic orderings
217 Monotonic is the weakest level of atomicity that can be used in synchronization
236 it is legal to reorder non-atomic and Unordered loads around Monotonic
237 loads. CSE/DSE and a few other optimizations are allowed, but Monotonic
273 such a fence after the equivalent Monotonic operation is sufficient to
368 Monotonic.
376 Release, and for the address accessed by any Monotonic operation.
394 * DSE: Unordered stores can be DSE'ed like normal stores. Monotonic stores can