Searched defs:MemOpInfo (Results 1 – 2 of 2) sorted by relevance
1473 struct MemOpInfo { struct in __anon145600620311::BaseMemOpClusterMutation1474 SUnit *SU;1475 unsigned BaseReg;1476 int64_t Offset;1478 MemOpInfo(SUnit *su, unsigned reg, int64_t ofs) in MemOpInfo() argument1481 bool operator<(const MemOpInfo&RHS) const { in operator <()
1357 struct MemOpInfo { struct in __anond1ea022a0211::BaseMemOpClusterMutation1358 SUnit *SU;1359 unsigned BaseReg;1360 int64_t Offset;1361 MemOpInfo(SUnit *su, unsigned reg, int64_t ofs) in MemOpInfo() argument1364 bool operator<(const MemOpInfo&RHS) const { in operator <()