Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h534 bool hasAtomicStore() const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp574 bool Instruction::hasAtomicStore() const { in hasAtomicStore() function in Instruction
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1669 if (isReleaseOrStronger(Ord) && Inst->hasAtomicStore()) in emitLeadingFence()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14512 if (!Inst->hasAtomicStore()) in emitLeadingFence()