Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Unordered

1364   Assert1(CXI.getOrdering() != Unordered,
1365 "cmpxchg instructions cannot be unordered.", &CXI);
1381 Assert1(RMWI.getOrdering() != Unordered,
1382 "atomicrmw instructions cannot be unordered.", &RMWI);