Home | History | Annotate | Download | only in IR

Lines Matching full:unordered

2012   Assert1(CXI.getSuccessOrdering() != Unordered,
2013 "cmpxchg instructions cannot be unordered.", &CXI);
2014 Assert1(CXI.getFailureOrdering() != Unordered,
2015 "cmpxchg instructions cannot be unordered.", &CXI);
2045 Assert1(RMWI.getOrdering() != Unordered,
2046 "atomicrmw instructions cannot be unordered.", &RMWI);