Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h816 LLVM_ABI bool hasAtomicLoad() const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1059 bool Instruction::hasAtomicLoad() const { in hasAtomicLoad() function in Instruction
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h346 bool hasAtomicLoad() const { in hasAtomicLoad() function
347 return cast<llvm::Instruction>(Val)->hasAtomicLoad(); in hasAtomicLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12847 if (Inst->hasAtomicLoad() && isAcquireOrStronger(Ord)) { in emitTrailingFence()