Lines Matching refs:Counters
42 } Counters; typedef
50 typedef Counters RegCounters[512];
62 static const Counters WaitCounts;
65 static const Counters ZeroCounts;
68 Counters WaitedOn;
71 Counters LastIssued;
88 Counters getHwCounts(MachineInstr &MI);
104 const Counters &Counts);
110 Counters handleOperands(MachineInstr &MI);
138 const Counters SIInsertWaits::WaitCounts = { { 15, 7, 7 } };
139 const Counters SIInsertWaits::ZeroCounts = { { 0, 0, 0 } };
145 Counters SIInsertWaits::getHwCounts(MachineInstr &MI) { in getHwCounts()
147 Counters Result = { { 0, 0, 0 } }; in getHwCounts()
253 Counters Increment = getHwCounts(*I); in pushInstruction()
254 Counters Limit = ZeroCounts; in pushInstruction()
322 const Counters &Required) { in insertWait()
341 Counters Counts = WaitCounts; in insertWait()
385 static void increaseCounters(Counters &Dst, const Counters &Src) { in increaseCounters()
391 Counters SIInsertWaits::handleOperands(MachineInstr &MI) { in handleOperands()
393 Counters Result = ZeroCounts; in handleOperands()