Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDInstruction.h766 bool hasAtomicStore() const LLVM_READONLY;
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDInstruction.cpp996 bool Instruction::hasAtomicStore() const { in hasAtomicStore() function in Instruction
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp2284 if (isReleaseOrStronger(Ord) && Inst->hasAtomicStore()) in emitLeadingFence()
HDAtomicExpandPass.cpp311 } else if (I->hasAtomicStore() && in run()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.cpp1073 if (!Inst->hasAtomicStore()) in emitLeadingFence()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp21304 if (!Inst->hasAtomicStore()) in emitLeadingFence()