Searched refs:CurrentPacketMIs (Results 1 – 4 of 4) sorted by relevance
229 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI()230 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()245 CurrentPacketMIs.push_back(&MI); in isBundlableWithCurrentPMI()246 if (!TII->fitsConstReadLimitations(CurrentPacketMIs)) { in isBundlableWithCurrentPMI()251 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI()252 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()257 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()262 if (!TII->fitsReadPortLimitations(CurrentPacketMIs, in isBundlableWithCurrentPMI()268 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI()269 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()[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()1373 for (MachineInstr *PI : CurrentPacketMIs) { in isLegalToPacketizeTogether()1693 for (auto *MJ : CurrentPacketMIs) { in foundLSInPacket()1713 if (CurrentPacketMIs.empty()) { in addToPacket()[all …]
120 std::vector<MachineInstr*> CurrentPacketMIs; variable143 CurrentPacketMIs.push_back(&MI); in addToPacket()