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.cpp942 } 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()
H A DSIMemoryLegalizer.cpp641 bool isAtomicRet(const MachineInstr &MI) const { in isAtomicRet() function in __anone9343ac70111::SIMemoryLegalizer
642 return SIInstrInfo::isAtomicRet(MI); in isAtomicRet()
2767 isAtomicRet(*MI) ? SIMemOp::LOAD : SIMemOp::STORE, in expandAtomicCmpxchgOrRmw()
H A DSIInstrInfo.h706 static bool isAtomicRet(const MachineInstr &MI) { in isAtomicRet() function
710 bool isAtomicRet(uint16_t Opcode) const { in isAtomicRet() function