Home
last modified time | relevance | path

Searched refs:isGlobalMemoryObject (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h143 virtual bool isGlobalMemoryObject(const MachineInstr *MI) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp920 if (TII->isGlobalMemoryObject(&MI)) { in buildSchedGraph()
H A DMachinePipeliner.cpp1090 if (TII->isGlobalMemoryObject(MI)) in getInstrTag()
4304 !TII->isGlobalMemoryObject(FromMI) && in modifySUnits()
4305 !TII->isGlobalMemoryObject(ToMI) && !isSuccOrder(From, To)) { in modifySUnits()
H A DTargetInstrInfo.cpp2229 bool TargetInstrInfo::isGlobalMemoryObject(const MachineInstr *MI) const { in isGlobalMemoryObject() function in TargetInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h249 bool isGlobalMemoryObject(const MachineInstr *MI) const override;
H A DSIInstrInfo.cpp10422 bool SIInstrInfo::isGlobalMemoryObject(const MachineInstr *MI) const { in isGlobalMemoryObject() function in SIInstrInfo
10426 return TargetInstrInfo::isGlobalMemoryObject(MI); in isGlobalMemoryObject()