Searched refs:isGlobalMemoryObject (Results 1 – 6 of 6) sorted by relevance
143 virtual bool isGlobalMemoryObject(const MachineInstr *MI) const;
920 if (TII->isGlobalMemoryObject(&MI)) { in buildSchedGraph()
1090 if (TII->isGlobalMemoryObject(MI)) in getInstrTag()4304 !TII->isGlobalMemoryObject(FromMI) && in modifySUnits()4305 !TII->isGlobalMemoryObject(ToMI) && !isSuccOrder(From, To)) { in modifySUnits()
2229 bool TargetInstrInfo::isGlobalMemoryObject(const MachineInstr *MI) const { in isGlobalMemoryObject() function in TargetInstrInfo
249 bool isGlobalMemoryObject(const MachineInstr *MI) const override;
10422 bool SIInstrInfo::isGlobalMemoryObject(const MachineInstr *MI) const { in isGlobalMemoryObject() function in SIInstrInfo10426 return TargetInstrInfo::isGlobalMemoryObject(MI); in isGlobalMemoryObject()