Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp965 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg() local
967 ShouldInsertFencesForAtomic ? AtomicOrdering::Monotonic : SuccessOrder; in expandAtomicCmpXchg()
978 bool HasReleasedLoadBB = !CI->isWeak() && ShouldInsertFencesForAtomic && in expandAtomicCmpXchg()
1050 if (ShouldInsertFencesForAtomic && UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()
1066 if (ShouldInsertFencesForAtomic && !UseUnconditionalReleaseBarrier) in expandAtomicCmpXchg()
1096 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()
1109 if (ShouldInsertFencesForAtomic) in expandAtomicCmpXchg()