Lines Matching refs:CurrentPacketMIs
237 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI()
238 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
253 CurrentPacketMIs.push_back(&MI); in isBundlableWithCurrentPMI()
254 if (!TII->fitsConstReadLimitations(CurrentPacketMIs)) { in isBundlableWithCurrentPMI()
259 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI()
260 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()
265 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
270 if (!TII->fitsReadPortLimitations(CurrentPacketMIs, in isBundlableWithCurrentPMI()
276 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI()
277 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()
282 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
290 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
296 CurrentPacketMIs.empty() ? &MI : CurrentPacketMIs.front(); in addToPacket()
303 for (unsigned i = 0, e = CurrentPacketMIs.size(); i < e; i++) { in addToPacket()
304 MachineInstr *MI = CurrentPacketMIs[i]; in addToPacket()
312 if (!CurrentPacketMIs.empty()) in addToPacket()
313 setIsLastBit(CurrentPacketMIs.back(), 0); in addToPacket()