Searched refs:hasAtomicLoad (Results 1 – 4 of 4) sorted by relevance
816 LLVM_ABI bool hasAtomicLoad() const LLVM_READONLY;
1059 bool Instruction::hasAtomicLoad() const { in hasAtomicLoad() function in Instruction
346 bool hasAtomicLoad() const { in hasAtomicLoad() function347 return cast<llvm::Instruction>(Val)->hasAtomicLoad(); in hasAtomicLoad()
12847 if (Inst->hasAtomicLoad() && isAcquireOrStronger(Ord)) { in emitTrailingFence()