Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1489 struct MemOpInfo { struct in __anon7a2f22290311::BaseMemOpClusterMutation
1495 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, in MemOpInfo() argument
1519 bool operator<(const MemOpInfo &RHS) const { in operator <() argument
1550 SmallVectorImpl<MemOpInfo> &MemOpRecords);
1551 bool groupMemOps(ArrayRef<MemOpInfo> MemOps, ScheduleDAGInstrs *DAG,
1594 ArrayRef<MemOpInfo> MemOpRecords, bool FastCluster, in clusterNeighboringMemOps()
1695 MemOpRecords.push_back(MemOpInfo(&SU, BaseOps, Offset, Width)); in collectMemOpRecords()
1709 ArrayRef<MemOpInfo> MemOps, ScheduleDAGInstrs *DAG, in groupMemOps()
1710 DenseMap<unsigned, SmallVector<MemOpInfo, 32>> &Groups) { in groupMemOps() argument
1741 SmallVector<MemOpInfo, 32> MemOpRecords; in apply()
[all …]