Searched refs:isAtomicRet (Results 1 – 3 of 3) sorted by relevance
458 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()
574 bool isAtomicRet(const MachineInstr &MI) const { in isAtomicRet() function in __anon67843ec30111::SIMemoryLegalizer575 return SIInstrInfo::isAtomicRet(MI); in isAtomicRet()2278 isAtomicRet(*MI) ? SIMemOp::LOAD : in expandAtomicCmpxchgOrRmw()
579 static bool isAtomicRet(const MachineInstr &MI) { in isAtomicRet() function583 bool isAtomicRet(uint16_t Opcode) const { in isAtomicRet() function