Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp458 if (Inst.mayStore() && !SIInstrInfo::isAtomicRet(Inst)) in getVmemWaitEventType()
588 } else if (SIInstrInfo::isAtomicRet(Inst) && in updateByEvent()
611 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()
620 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()
633 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()
1431 (Inst.mayStore() || SIInstrInfo::isAtomicRet(Inst))) { in updateEventWaitcntAfter()
DSIMemoryLegalizer.cpp574 bool isAtomicRet(const MachineInstr &MI) const { in isAtomicRet() function in __anon67843ec30111::SIMemoryLegalizer
575 return SIInstrInfo::isAtomicRet(MI); in isAtomicRet()
2278 isAtomicRet(*MI) ? SIMemOp::LOAD : in expandAtomicCmpxchgOrRmw()
DSIInstrInfo.h579 static bool isAtomicRet(const MachineInstr &MI) { in isAtomicRet() function
583 bool isAtomicRet(uint16_t Opcode) const { in isAtomicRet() function