Lines Matching refs:CurrentPacketMIs
242 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI()
243 if (getSlot(MI) <= getSlot(CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
255 CurrentPacketMIs.push_back(MI); in isBundlableWithCurrentPMI()
256 if (!TII->fitsConstReadLimitations(CurrentPacketMIs)) { in isBundlableWithCurrentPMI()
261 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI()
262 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()
267 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
272 if (!TII->fitsReadPortLimitations(CurrentPacketMIs, in isBundlableWithCurrentPMI()
278 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI()
279 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()
284 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
292 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
298 CurrentPacketMIs.empty() ? MI : CurrentPacketMIs.front(); in addToPacket()
305 for (unsigned i = 0, e = CurrentPacketMIs.size(); i < e; i++) { in addToPacket()
306 MachineInstr *MI = CurrentPacketMIs[i]; in addToPacket()
314 if (!CurrentPacketMIs.empty()) in addToPacket()
315 setIsLastBit(CurrentPacketMIs.back(), 0); in addToPacket()