Lines Matching refs:SIMemOpAccess
91 friend class SIMemOpAccess;
212 class SIMemOpAccess final { class
238 SIMemOpAccess(MachineFunction &MF);
617 void SIMemOpAccess::reportUnsupported(const MachineBasicBlock::iterator &MI, in reportUnsupported()
625 SIMemOpAccess::toSIAtomicScope(SyncScope::ID SSID, in toSIAtomicScope()
670 SIAtomicAddrSpace SIMemOpAccess::toSIAtomicAddrSpace(unsigned AS) const { in toSIAtomicAddrSpace()
685 SIMemOpAccess::SIMemOpAccess(MachineFunction &MF) { in SIMemOpAccess() function in SIMemOpAccess
689 Optional<SIMemOpInfo> SIMemOpAccess::constructFromMIWithMMO( in constructFromMIWithMMO()
749 Optional<SIMemOpInfo> SIMemOpAccess::getLoadInfo( in getLoadInfo()
763 Optional<SIMemOpInfo> SIMemOpAccess::getStoreInfo( in getStoreInfo()
777 Optional<SIMemOpInfo> SIMemOpAccess::getAtomicFenceInfo( in getAtomicFenceInfo()
810 Optional<SIMemOpInfo> SIMemOpAccess::getAtomicCmpxchgOrRmwInfo( in getAtomicCmpxchgOrRmwInfo()
2307 SIMemOpAccess MOA(MF); in runOnMachineFunction()