Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp95 if (TLI->getInsertFencesForAtomic()) { in runOnFunction()
416 TLI->getInsertFencesForAtomic() ? Monotonic : SuccessOrder; in expandAtomicCmpXchg()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h978 bool getInsertFencesForAtomic() const { in getInsertFencesForAtomic() function
1074 if (!getInsertFencesForAtomic()) in emitLeadingFence()
1086 if (!getInsertFencesForAtomic()) in emitTrailingFence()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.cpp11333 if (!getInsertFencesForAtomic()) in emitLeadingFence()
11361 if (!getInsertFencesForAtomic()) in emitTrailingFence()