Searched refs:ShouldInsertFencesForAtomic (Results 1 – 1 of 1) sorted by relevance
1077 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg() local1079 ShouldInsertFencesForAtomic ? AtomicOrdering::Monotonic : SuccessOrder; in expandAtomicCmpXchg()1090 bool HasReleasedLoadBB = !CI->isWeak() && ShouldInsertFencesForAtomic && in expandAtomicCmpXchg()1162 if (ShouldInsertFencesForAtomic && UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1177 if (ShouldInsertFencesForAtomic && !UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()1206 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()1218 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()