Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3332 if (TLI.getInsertFencesForAtomic()) in visitAtomicCmpXchg()
3344 TLI.getInsertFencesForAtomic() ? Monotonic : Order, in visitAtomicCmpXchg()
3349 if (TLI.getInsertFencesForAtomic()) in visitAtomicCmpXchg()
3379 if (TLI.getInsertFencesForAtomic()) in visitAtomicRMW()
3390 TLI.getInsertFencesForAtomic() ? Monotonic : Order, in visitAtomicRMW()
3395 if (TLI.getInsertFencesForAtomic()) in visitAtomicRMW()
3428 TLI.getInsertFencesForAtomic() ? Monotonic : Order, in visitAtomicLoad()
3433 if (TLI.getInsertFencesForAtomic()) in visitAtomicLoad()
3454 if (TLI.getInsertFencesForAtomic()) in visitAtomicStore()
3464 TLI.getInsertFencesForAtomic() ? Monotonic : Order, in visitAtomicStore()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h742 bool getInsertFencesForAtomic() const { in getInsertFencesForAtomic() function