Searched refs:isAtLeastOrStrongerThan (Results 1 – 4 of 4) sorted by relevance
104 inline bool isAtLeastOrStrongerThan(AtomicOrdering ao, AtomicOrdering other) { in isAtLeastOrStrongerThan() function128 return isAtLeastOrStrongerThan(ao, AtomicOrdering::Acquire); in isAcquireOrStronger()132 return isAtLeastOrStrongerThan(ao, AtomicOrdering::Release); in isReleaseOrStronger()
164 return isAtLeastOrStrongerThan(Query.MMODescrs[MMOIdx].Ordering, Ordering); in atomicOrderingAtLeastOrStrongerThan()
351 if (!isAtLeastOrStrongerThan(MMO->getOrdering(), Ordering)) in executeMatchTable()
245 bool MayClobberIsAcquire = isAtLeastOrStrongerThan(MayClobber->getOrdering(), in areLoadsReorderable()