Home
last modified time | relevance | path

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

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