Home | History | Annotate | Download | only in IR

Lines Matching defs:Ordering

1568             "Load cannot have Release ordering", &LI);
1643 "Store cannot have Acquire ordering", &SI);
1723 const AtomicOrdering Ordering = FI.getOrdering();
1724 Assert1(Ordering == Acquire || Ordering == Release ||
1725 Ordering == AcquireRelease || Ordering == SequentiallyConsistent,
1727 "acquire, release, acq_rel, or seq_cst ordering.", &FI);