Searched defs:MemOpInfo (Results 1 – 1 of 1) sorted by relevance
1489 struct MemOpInfo { struct in __anona02504930311::BaseMemOpClusterMutation1490 SUnit *SU;1491 SmallVector<const MachineOperand *, 4> BaseOps;1492 int64_t Offset;1493 unsigned Width;1495 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, in MemOpInfo() function1500 static bool Compare(const MachineOperand *const &A, in Compare()1519 bool operator<(const MemOpInfo &RHS) const { in operator <()1710 DenseMap<unsigned, SmallVector<MemOpInfo, 32>> &Groups) { in groupMemOps()