Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h513 bool hasAtomicStore() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp571 bool Instruction::hasAtomicStore() const { in hasAtomicStore() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1587 if (isReleaseOrStronger(Ord) && Inst->hasAtomicStore()) in emitLeadingFence()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp14349 if (!Inst->hasAtomicStore()) in emitLeadingFence()