Searched refs:ShouldInsertFencesForAtomic (Results 1 – 1 of 1) sorted by relevance
1348 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg() local1349 AtomicOrdering MemOpOrder = ShouldInsertFencesForAtomic in expandAtomicCmpXchg()1362 bool HasReleasedLoadBB = !CI->isWeak() && ShouldInsertFencesForAtomic && in expandAtomicCmpXchg()1438 if (ShouldInsertFencesForAtomic && UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1460 if (ShouldInsertFencesForAtomic && !UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1498 if (ShouldInsertFencesForAtomic || in expandAtomicCmpXchg()1522 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()