Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h819 LLVM_ABI bool hasAtomicStore() const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1071 bool Instruction::hasAtomicStore() const { in hasAtomicStore() function in Instruction
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h350 bool hasAtomicStore() const { in hasAtomicStore() function
351 return cast<llvm::Instruction>(Val)->hasAtomicStore(); in hasAtomicStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp347 } else if (I->hasAtomicStore() && in processAtomicInstr()
H A DTargetLoweringBase.cpp2391 if (isReleaseOrStronger(Ord) && Inst->hasAtomicStore()) in emitLeadingFence()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1062 if (!Inst->hasAtomicStore()) in emitLeadingFence()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21234 if (!Inst->hasAtomicStore()) in emitLeadingFence()