Lines Matching refs:CurrentPacketMIs
386 for (auto BI : CurrentPacketMIs) { in cleanUpDotCur()
443 for (auto BI : CurrentPacketMIs) { in canPromoteToDotCur()
671 for (auto I : CurrentPacketMIs) { in canPromoteToNewValueStore()
757 for (auto I : CurrentPacketMIs) { in canPromoteToNewValueStore()
923 for (auto I : CurrentPacketMIs) { in restrictingDepExistInPacket()
993 for (auto I : CurrentPacketMIs) { in arePredicatesComplements()
1330 if (CurrentPacketMIs.size() == 1) in isLegalToPacketizeTogether()
1373 for (MachineInstr *PI : CurrentPacketMIs) { in isLegalToPacketizeTogether()
1693 for (auto MJ : CurrentPacketMIs) { in foundLSInPacket()
1713 if (CurrentPacketMIs.empty()) { in addToPacket()
1723 CurrentPacketMIs.push_back(&MI); in addToPacket()
1766 CurrentPacketMIs.push_back(&MI); in addToPacket()
1767 CurrentPacketMIs.push_back(&NvjMI); in addToPacket()
1784 CurrentPacketMIs.push_back(&MI); in addToPacket()
1792 if (!CurrentPacketMIs.empty()) { in endPacket()
1795 for (MachineInstr *MI : CurrentPacketMIs) { in endPacket()
1810 for (MachineInstr *MI : CurrentPacketMIs) { in endPacket()
1815 CurrentPacketMIs.clear(); in endPacket()
1851 if (HST.isTinyCoreWithDuplex() && CurrentPacketMIs.size() > 0 && in shouldAddToPacket()
1854 for (auto &MJ : CurrentPacketMIs) in shouldAddToPacket()
1860 for (auto &MJ : CurrentPacketMIs) { in shouldAddToPacket()
1918 for (auto J : CurrentPacketMIs) { in calcStall()