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 …]
135 if (!CurrentPacketMIs.empty()) { in endPacket()138 for (MachineInstr *MI : CurrentPacketMIs) { in endPacket()144 if (CurrentPacketMIs.size() > 1) { in endPacket()145 MachineInstr &MIFirst = *CurrentPacketMIs.front(); in endPacket()148 CurrentPacketMIs.clear(); in endPacket()212 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()1723 CurrentPacketMIs.push_back(&MI); in addToPacket()1784 CurrentPacketMIs.push_back(&MI); in addToPacket()[all …]
145 std::vector<MachineInstr*> CurrentPacketMIs; variable169 CurrentPacketMIs.push_back(&MI); in addToPacket()