Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp677 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()
H A DSIMemoryLegalizer.cpp619 bool isAtomicRet(const MachineInstr &MI) const { in isAtomicRet() function in __anon051f72bd0111::SIMemoryLegalizer
620 return SIInstrInfo::isAtomicRet(MI); in isAtomicRet()
2549 isAtomicRet(*MI) ? SIMemOp::LOAD : in expandAtomicCmpxchgOrRmw()
H A DSIInstrInfo.h673 static bool isAtomicRet(const MachineInstr &MI) { in isAtomicRet() function
677 bool isAtomicRet(uint16_t Opcode) const { in isAtomicRet() function