Home
last modified time | relevance | path

Searched defs:shouldInsertFencesForAtomic (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h228 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h201 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h573 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h570 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/external/llvm/include/llvm/Target/
DTargetLowering.h1148 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { in shouldInsertFencesForAtomic() function
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp12441 bool ARMTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in ARMTargetLowering