Searched refs:isAtomicRet (Results 1 – 3 of 3) sorted by relevance
942 } else if (SIInstrInfo::isAtomicRet(Inst) && !SIInstrInfo::isGWS(Inst) && in updateByEvent()956 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()965 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()978 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()2234 !SIInstrInfo::isAtomicRet(Inst)); in insertForcedWaitAfter()2311 (Inst.mayStore() || SIInstrInfo::isAtomicRet(Inst))) { in updateEventWaitcntAfter()
641 bool isAtomicRet(const MachineInstr &MI) const { in isAtomicRet() function in __anone9343ac70111::SIMemoryLegalizer642 return SIInstrInfo::isAtomicRet(MI); in isAtomicRet()2767 isAtomicRet(*MI) ? SIMemOp::LOAD : SIMemOp::STORE, in expandAtomicCmpxchgOrRmw()
706 static bool isAtomicRet(const MachineInstr &MI) { in isAtomicRet() function710 bool isAtomicRet(uint16_t Opcode) const { in isAtomicRet() function