Searched refs:ShouldInsertFencesForAtomic (Results 1 – 1 of 1) sorted by relevance
1215 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg() local1216 AtomicOrdering MemOpOrder = ShouldInsertFencesForAtomic in expandAtomicCmpXchg()1229 bool HasReleasedLoadBB = !CI->isWeak() && ShouldInsertFencesForAtomic && in expandAtomicCmpXchg()1305 if (ShouldInsertFencesForAtomic && UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1327 if (ShouldInsertFencesForAtomic && !UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1365 if (ShouldInsertFencesForAtomic || in expandAtomicCmpXchg()1389 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()