Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h634 bool hasAtomicStore() const LLVM_READONLY;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp693 bool Instruction::hasAtomicStore() const { in hasAtomicStore() function in Instruction
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp292 } else if (I->hasAtomicStore() && in runOnFunction()
H A DTargetLoweringBase.cpp2311 if (isReleaseOrStronger(Ord) && Inst->hasAtomicStore()) in emitLeadingFence()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1075 if (!Inst->hasAtomicStore()) in emitLeadingFence()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21071 if (!Inst->hasAtomicStore()) in emitLeadingFence()