Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h731 bool hasAtomicStore() const LLVM_READONLY;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp904 bool Instruction::hasAtomicStore() const { in hasAtomicStore() function in Instruction
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp292 } else if (I->hasAtomicStore() && in runOnFunction()
H A DTargetLoweringBase.cpp2358 if (isReleaseOrStronger(Ord) && Inst->hasAtomicStore()) in emitLeadingFence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1075 if (!Inst->hasAtomicStore()) in emitLeadingFence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21281 if (!Inst->hasAtomicStore()) in emitLeadingFence()