Home
last modified time | relevance | path

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

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