Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp564 } else if (SIInstrInfo::isAtomicRet(Inst) && in updateByEvent()
587 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()
596 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()
609 } else if (SIInstrInfo::isAtomicRet(Inst)) { in updateByEvent()
1420 (Inst.mayStore() || SIInstrInfo::isAtomicRet(Inst))) { in updateEventWaitcntAfter()
H A DSIMemoryLegalizer.cpp573 bool isAtomicRet(const MachineInstr &MI) const { in isAtomicRet() function in __anon363febf70111::SIMemoryLegalizer
574 return SIInstrInfo::isAtomicRet(MI); in isAtomicRet()
2289 isAtomicRet(*MI) ? SIMemOp::LOAD : in expandAtomicCmpxchgOrRmw()
H A DSIInstrInfo.h576 static bool isAtomicRet(const MachineInstr &MI) { in isAtomicRet() function
580 bool isAtomicRet(uint16_t Opcode) const { in isAtomicRet() function