Home
last modified time | relevance | path

Searched refs:hasAtomicStore (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h598 bool hasAtomicStore() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp610 bool Instruction::hasAtomicStore() const { in hasAtomicStore() function in Instruction
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1932 if (isReleaseOrStronger(Ord) && Inst->hasAtomicStore()) in emitLeadingFence()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1014 if (!Inst->hasAtomicStore()) in emitLeadingFence()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19311 if (!Inst->hasAtomicStore()) in emitLeadingFence()