Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1736 struct MemOpInfo { struct in __anon86c4b1480511::BaseMemOpClusterMutation
1743 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, in MemOpInfo() argument
1767 bool operator<(const MemOpInfo &RHS) const { in operator <() argument
1798 void clusterNeighboringMemOps(ArrayRef<MemOpInfo> MemOps, bool FastCluster,
1801 SmallVectorImpl<MemOpInfo> &MemOpRecords);
1802 bool groupMemOps(ArrayRef<MemOpInfo> MemOps, ScheduleDAGInstrs *DAG,
1803 DenseMap<unsigned, SmallVector<MemOpInfo, 32>> &Groups);
1851 ArrayRef<MemOpInfo> MemOpRecords, bool FastCluster, in clusterNeighboringMemOps()
1942 std::vector<SUnit> &SUnits, SmallVectorImpl<MemOpInfo> &MemOpRecords) { in collectMemOpRecords()
1956 MemOpInfo(&SU, BaseOps, Offset, OffsetIsScalable, Width)); in collectMemOpRecords()
[all …]