Home | History | Annotate | Download | only in IR

Lines Matching refs:Unordered

3094   Assert(CXI.getSuccessOrdering() != AtomicOrdering::Unordered,
3095 "cmpxchg instructions cannot be unordered.", &CXI);
3096 Assert(CXI.getFailureOrdering() != AtomicOrdering::Unordered,
3097 "cmpxchg instructions cannot be unordered.", &CXI);
3124 Assert(RMWI.getOrdering() != AtomicOrdering::Unordered,
3125 "atomicrmw instructions cannot be unordered.", &RMWI);