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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3551 if (TLI->getInsertFencesForAtomic())
3563 TLI->getInsertFencesForAtomic() ? Monotonic : Order,
3568 if (TLI->getInsertFencesForAtomic())
3599 if (TLI->getInsertFencesForAtomic())
3610 TLI->getInsertFencesForAtomic() ? Monotonic : Order,
3615 if (TLI->getInsertFencesForAtomic())
3650 TLI->getInsertFencesForAtomic() ? Monotonic : Order,
3655 if (TLI->getInsertFencesForAtomic())
3677 if (TLI->getInsertFencesForAtomic())
3687 TLI->getInsertFencesForAtomic()
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h823 bool getInsertFencesForAtomic() const { function in class:llvm::TargetLoweringBase

Completed in 64 milliseconds