Lines Matching refs:CurrentPacketMIs
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[i]->dump(); in isBundlableWithCurrentPMI()
273 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
281 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
287 CurrentPacketMIs.empty() ? &MI : CurrentPacketMIs.front(); in addToPacket()
294 for (unsigned i = 0, e = CurrentPacketMIs.size(); i < e; i++) { in addToPacket()
295 MachineInstr *MI = CurrentPacketMIs[i]; in addToPacket()
303 if (!CurrentPacketMIs.empty()) in addToPacket()
304 setIsLastBit(CurrentPacketMIs.back(), 0); in addToPacket()