Home | History | Annotate | Download | only in ARM

Lines Matching refs:Ord

2628   AtomicOrdering Ord = static_cast<AtomicOrdering>(OrdN->getZExtValue());
2633 } else if (Subtarget->isSwift() && Ord == Release) {
10798 AtomicOrdering Ord) const {
10802 Ord == Acquire || Ord == AcquireRelease || Ord == SequentiallyConsistent;
10836 AtomicOrdering Ord) const {
10839 Ord == Release || Ord == AcquireRelease || Ord == SequentiallyConsistent;