Searched refs:CurrentPacketMIs (Results 1 – 4 of 4) sorted by relevance
229 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI()245 CurrentPacketMIs.push_back(&MI); in isBundlableWithCurrentPMI()252 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()257 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()269 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()274 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()282 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()288 CurrentPacketMIs.empty() ? &MI : CurrentPacketMIs.front(); in addToPacket()296 MachineInstr *MI = CurrentPacketMIs[i]; in addToPacket()304 if (!CurrentPacketMIs.empty()) in addToPacket()[all …]
165 if (!CurrentPacketMIs.empty()) { in endPacket()168 for (MachineInstr *MI : CurrentPacketMIs) { in endPacket()174 if (CurrentPacketMIs.size() > 1) { in endPacket()175 MachineInstr &MIFirst = *CurrentPacketMIs.front(); in endPacket()178 CurrentPacketMIs.clear(); in endPacket()242 for (auto *MJ : CurrentPacketMIs) { in PacketizeMIs()
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()1713 if (CurrentPacketMIs.empty()) { in addToPacket()1784 CurrentPacketMIs.push_back(&MI); in addToPacket()1815 CurrentPacketMIs.clear(); in endPacket()[all …]
120 std::vector<MachineInstr*> CurrentPacketMIs; variable143 CurrentPacketMIs.push_back(&MI); in addToPacket()