Searched refs:getInsertFencesForAtomic (Results 1 – 2 of 2) sorted by relevance
3433 if (TLI.getInsertFencesForAtomic()) in visitAtomicCmpXchg()3445 TLI.getInsertFencesForAtomic() ? Monotonic : Order, in visitAtomicCmpXchg()3450 if (TLI.getInsertFencesForAtomic()) in visitAtomicCmpXchg()3480 if (TLI.getInsertFencesForAtomic()) in visitAtomicRMW()3491 TLI.getInsertFencesForAtomic() ? Monotonic : Order, in visitAtomicRMW()3496 if (TLI.getInsertFencesForAtomic()) in visitAtomicRMW()3529 TLI.getInsertFencesForAtomic() ? Monotonic : Order, in visitAtomicLoad()3534 if (TLI.getInsertFencesForAtomic()) in visitAtomicLoad()3555 if (TLI.getInsertFencesForAtomic()) in visitAtomicStore()3565 TLI.getInsertFencesForAtomic() ? Monotonic : Order, in visitAtomicStore()[all …]
825 bool getInsertFencesForAtomic() const { in getInsertFencesForAtomic() function