Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h596 bool hasAtomicStore() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp643 bool Instruction::hasAtomicStore() const { in hasAtomicStore() function in Instruction
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2296 if (isReleaseOrStronger(Ord) && Inst->hasAtomicStore()) in emitLeadingFence()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1059 if (!Inst->hasAtomicStore()) in emitLeadingFence()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20980 if (!Inst->hasAtomicStore()) in emitLeadingFence()