Searched refs:CurrentPacketMIs (Results 1 – 4 of 4) sorted by relevance
228 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI() 229 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI() 244 CurrentPacketMIs.push_back(&MI); in isBundlableWithCurrentPMI() 245 if (!TII->fitsConstReadLimitations(CurrentPacketMIs)) { in isBundlableWithCurrentPMI() 250 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI() 251 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI() 256 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI() 261 if (!TII->fitsReadPortLimitations(CurrentPacketMIs, in isBundlableWithCurrentPMI() 267 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI() 268 CurrentPacketMIs[ in isBundlableWithCurrentPMI() [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() 211 // Dependency check for MI with instructions in CurrentPacketMIs. in PacketizeMIs() 212 for (auto *MJ : CurrentPacketMIs) { in PacketizeMIs()
387 for (auto *BI : CurrentPacketMIs) { in cleanUpDotCur() 444 for (auto *BI : CurrentPacketMIs) { in canPromoteToDotCur() 672 for (auto *I : CurrentPacketMIs) { in canPromoteToNewValueStore() 758 for (auto *I : CurrentPacketMIs) { in canPromoteToNewValueStore() 924 for (auto *I : CurrentPacketMIs) { in restrictingDepExistInPacket() 994 for (auto *I : CurrentPacketMIs) { in arePredicatesComplements() 1331 if (CurrentPacketMIs.size() == 1) in isLegalToPacketizeTogether() 1374 for (MachineInstr *PI : CurrentPacketMIs) { in isLegalToPacketizeTogether() 1694 for (auto *MJ : CurrentPacketMIs) { in foundLSInPacket() 1714 if (CurrentPacketMIs in addToPacket() [all...]
145 std::vector<MachineInstr*> CurrentPacketMIs; variable169 CurrentPacketMIs.push_back(&MI); in addToPacket()