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