Home
last modified time | relevance | path

Searched defs:MemOpInfo (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1494 struct MemOpInfo { struct in __anonf2be975f0311::BaseMemOpClusterMutation
1495 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() function
1505 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()