Lines Matching refs:SIMemOpAccess
91 friend class SIMemOpAccess;
212 class SIMemOpAccess final { class
238 SIMemOpAccess(MachineFunction &MF);
663 void SIMemOpAccess::reportUnsupported(const MachineBasicBlock::iterator &MI, in reportUnsupported()
671 SIMemOpAccess::toSIAtomicScope(SyncScope::ID SSID, in toSIAtomicScope()
704 SIAtomicAddrSpace SIMemOpAccess::toSIAtomicAddrSpace(unsigned AS) const { in toSIAtomicAddrSpace()
719 SIMemOpAccess::SIMemOpAccess(MachineFunction &MF) { in SIMemOpAccess() function in SIMemOpAccess
723 std::optional<SIMemOpInfo> SIMemOpAccess::constructFromMIWithMMO( in constructFromMIWithMMO()
784 SIMemOpAccess::getLoadInfo(const MachineBasicBlock::iterator &MI) const { in getLoadInfo()
798 SIMemOpAccess::getStoreInfo(const MachineBasicBlock::iterator &MI) const { in getStoreInfo()
812 SIMemOpAccess::getAtomicFenceInfo(const MachineBasicBlock::iterator &MI) const { in getAtomicFenceInfo()
844 std::optional<SIMemOpInfo> SIMemOpAccess::getAtomicCmpxchgOrRmwInfo( in getAtomicCmpxchgOrRmwInfo()
2567 SIMemOpAccess MOA(MF); in runOnMachineFunction()