Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp95 if (TLI->getInsertFencesForAtomic()) { in runOnFunction()
416 TLI->getInsertFencesForAtomic() ? Monotonic : SuccessOrder; in expandAtomicCmpXchg()
/external/llvm/include/llvm/Target/
DTargetLowering.h963 bool getInsertFencesForAtomic() const { in getInsertFencesForAtomic() function
1057 if (!getInsertFencesForAtomic()) in emitLeadingFence()
1068 if (!getInsertFencesForAtomic()) in emitTrailingFence()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp11033 if (!getInsertFencesForAtomic()) in emitLeadingFence()
11061 if (!getInsertFencesForAtomic()) in emitTrailingFence()