Searched defs:MemOpInfo (Results 1 – 1 of 1) sorted by relevance
1736 struct MemOpInfo { struct in __anon86c4b1480511::BaseMemOpClusterMutation1737 SUnit *SU;1738 SmallVector<const MachineOperand *, 4> BaseOps;1739 int64_t Offset;1740 LocationSize Width;1741 bool OffsetIsScalable;1743 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, in MemOpInfo() function1748 static bool Compare(const MachineOperand *const &A, in Compare()1767 bool operator<(const MemOpInfo &RHS) const { in operator <()1971 DenseMap<unsigned, SmallVector<MemOpInfo, 32>> &Groups) { in groupMemOps()