Lines Matching refs:CurrentPacketMIs
235 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI()
236 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
251 CurrentPacketMIs.push_back(&MI); in isBundlableWithCurrentPMI()
252 if (!TII->fitsConstReadLimitations(CurrentPacketMIs)) { in isBundlableWithCurrentPMI()
257 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI()
258 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()
263 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
268 if (!TII->fitsReadPortLimitations(CurrentPacketMIs, in isBundlableWithCurrentPMI()
274 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI()
275 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()
280 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
288 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
294 CurrentPacketMIs.empty() ? &MI : CurrentPacketMIs.front(); in addToPacket()
301 for (unsigned i = 0, e = CurrentPacketMIs.size(); i < e; i++) { in addToPacket()
302 MachineInstr *MI = CurrentPacketMIs[i]; in addToPacket()
310 if (!CurrentPacketMIs.empty()) in addToPacket()
311 setIsLastBit(CurrentPacketMIs.back(), 0); in addToPacket()