Searched defs:MemOpInfo (Results 1 – 1 of 1) sorted by relevance
1494 struct MemOpInfo { struct in __anonf2be975f0311::BaseMemOpClusterMutation1495 SUnit *SU;1496 SmallVector<const MachineOperand *, 4> BaseOps;1497 int64_t Offset;1498 unsigned Width;1500 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, in MemOpInfo() function1505 static bool Compare(const MachineOperand *const &A, in Compare()1524 bool operator<(const MemOpInfo &RHS) const { in operator <()1715 DenseMap<unsigned, SmallVector<MemOpInfo, 32>> &Groups) { in groupMemOps()