Lines Matching refs:CurrentPacketMIs
229 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI()
230 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) { in isBundlableWithCurrentPMI()
245 CurrentPacketMIs.push_back(&MI); in isBundlableWithCurrentPMI()
246 if (!TII->fitsConstReadLimitations(CurrentPacketMIs)) { in isBundlableWithCurrentPMI()
251 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI()
252 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()
257 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
262 if (!TII->fitsReadPortLimitations(CurrentPacketMIs, in isBundlableWithCurrentPMI()
268 for (unsigned i = 0, e = CurrentPacketMIs.size() - 1; i < e; i++) { in isBundlableWithCurrentPMI()
269 CurrentPacketMIs[i]->dump(); in isBundlableWithCurrentPMI()
274 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
282 CurrentPacketMIs.pop_back(); in isBundlableWithCurrentPMI()
288 CurrentPacketMIs.empty() ? &MI : CurrentPacketMIs.front(); in addToPacket()
295 for (unsigned i = 0, e = CurrentPacketMIs.size(); i < e; i++) { in addToPacket()
296 MachineInstr *MI = CurrentPacketMIs[i]; in addToPacket()
304 if (!CurrentPacketMIs.empty()) in addToPacket()
305 setIsLastBit(CurrentPacketMIs.back(), 0); in addToPacket()