Searched refs:ShouldInsertFencesForAtomic (Results 1 – 1 of 1) sorted by relevance
1178 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg() local1179 AtomicOrdering MemOpOrder = ShouldInsertFencesForAtomic in expandAtomicCmpXchg()1192 bool HasReleasedLoadBB = !CI->isWeak() && ShouldInsertFencesForAtomic && in expandAtomicCmpXchg()1269 if (ShouldInsertFencesForAtomic && UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1291 if (ShouldInsertFencesForAtomic && !UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1329 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()1352 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()