Searched refs:getInsertFencesForAtomic (Results 1 – 3 of 3) sorted by relevance
103 TM->getTargetLowering()->getInsertFencesForAtomic() ? Monotonic in expandAtomicLoad()360 if (!TM->getTargetLowering()->getInsertFencesForAtomic()) in insertLeadingFence()373 if (!TM->getTargetLowering()->getInsertFencesForAtomic()) in insertTrailingFence()
3628 if (TLI->getInsertFencesForAtomic()) in visitAtomicCmpXchg()3639 TLI->getInsertFencesForAtomic() ? Monotonic : SuccessOrder, in visitAtomicCmpXchg()3640 TLI->getInsertFencesForAtomic() ? Monotonic : FailureOrder, Scope); in visitAtomicCmpXchg()3644 if (TLI->getInsertFencesForAtomic()) in visitAtomicCmpXchg()3675 if (TLI->getInsertFencesForAtomic()) in visitAtomicRMW()3686 TLI->getInsertFencesForAtomic() ? Monotonic : Order, in visitAtomicRMW()3691 if (TLI->getInsertFencesForAtomic()) in visitAtomicRMW()3735 TLI->getInsertFencesForAtomic() ? Monotonic : Order, in visitAtomicLoad()3740 if (TLI->getInsertFencesForAtomic()) in visitAtomicLoad()3762 if (TLI->getInsertFencesForAtomic()) in visitAtomicStore()[all …]
889 bool getInsertFencesForAtomic() const { in getInsertFencesForAtomic() function