Home
last modified time | relevance | path

Searched refs:ShouldInsertFencesForAtomic (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1077 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg() local
1079 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()