Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstruction.h612 bool hasAtomicStore() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstruction.cpp631 bool Instruction::hasAtomicStore() const { in hasAtomicStore() function in Instruction
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2270 if (isReleaseOrStronger(Ord) && Inst->hasAtomicStore()) in emitLeadingFence()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp1015 if (!Inst->hasAtomicStore()) in emitLeadingFence()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp20031 if (!Inst->hasAtomicStore()) in emitLeadingFence()