Searched refs:isAtomicRet (Results 1 – 3 of 3) sorted by relevance
828 } else if (SIInstrInfo::isAtomicRet(Inst) && !SIInstrInfo::isGWS(Inst) && in updateByEvent()846 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()855 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()868 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()2030 (Inst.mayStore() || SIInstrInfo::isAtomicRet(Inst))) { in updateEventWaitcntAfter()2251 Inst.mayStore() && !SIInstrInfo::isAtomicRet(Inst)); in insertWaitcntInBlock()
673 static bool isAtomicRet(const MachineInstr &MI) { in isAtomicRet() function677 bool isAtomicRet(uint16_t Opcode) const { in isAtomicRet() function
666 bool isAtomicRet(const MachineInstr &MI) const { in isAtomicRet() function in __anone9343ac70111::SIMemoryLegalizer667 return SIInstrInfo::isAtomicRet(MI); in isAtomicRet()2786 isAtomicRet(*MI) ? SIMemOp::LOAD : in expandAtomicCmpxchgOrRmw()