Searched refs:ShouldInsertFencesForAtomic (Results 1 – 1 of 1) sorted by relevance
1299 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg() local1300 AtomicOrdering MemOpOrder = ShouldInsertFencesForAtomic in expandAtomicCmpXchg()1313 bool HasReleasedLoadBB = !CI->isWeak() && ShouldInsertFencesForAtomic && in expandAtomicCmpXchg()1389 if (ShouldInsertFencesForAtomic && UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1411 if (ShouldInsertFencesForAtomic && !UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1449 if (ShouldInsertFencesForAtomic || in expandAtomicCmpXchg()1473 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()