Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h728 bool hasAtomicLoad() const LLVM_READONLY;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp892 bool Instruction::hasAtomicLoad() const { in hasAtomicLoad() function in Instruction
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11823 if (Inst->hasAtomicLoad() && isAcquireOrStronger(Ord)) { in emitTrailingFence()