Searched refs:isAtomicRet (Results 1 – 3 of 3) sorted by relevance
677 if (Inst.mayStore() && !SIInstrInfo::isAtomicRet(Inst)) { in getVmemWaitEventType()805 } else if (SIInstrInfo::isAtomicRet(Inst) && !SIInstrInfo::isGWS(Inst) && in updateByEvent()823 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()832 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()845 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()2083 (Inst.mayStore() || SIInstrInfo::isAtomicRet(Inst))) { in updateEventWaitcntAfter()
619 bool isAtomicRet(const MachineInstr &MI) const { in isAtomicRet() function in __anon051f72bd0111::SIMemoryLegalizer620 return SIInstrInfo::isAtomicRet(MI); in isAtomicRet()2549 isAtomicRet(*MI) ? SIMemOp::LOAD : in expandAtomicCmpxchgOrRmw()
673 static bool isAtomicRet(const MachineInstr &MI) { in isAtomicRet() function677 bool isAtomicRet(uint16_t Opcode) const { in isAtomicRet() function