Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1489 struct MemOpInfo { struct in __anona02504930311::BaseMemOpClusterMutation
1490 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() function
1500 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()