Searched refs:hasAtomicStore (Results 1 – 7 of 7) sorted by relevance
819 LLVM_ABI bool hasAtomicStore() const LLVM_READONLY;
1071 bool Instruction::hasAtomicStore() const { in hasAtomicStore() function in Instruction
350 bool hasAtomicStore() const { in hasAtomicStore() function351 return cast<llvm::Instruction>(Val)->hasAtomicStore(); in hasAtomicStore()
347 } else if (I->hasAtomicStore() && in processAtomicInstr()
2391 if (isReleaseOrStronger(Ord) && Inst->hasAtomicStore()) in emitLeadingFence()
1062 if (!Inst->hasAtomicStore()) in emitLeadingFence()
21234 if (!Inst->hasAtomicStore()) in emitLeadingFence()