Lines Matching full:mid
55 bool DFAPacketizer::canReserveResources(const MCInstrDesc *MID) {
56 unsigned Action = ItinActions[MID->getSchedClass()];
57 if (MID->getSchedClass() == 0 || Action == 0)
64 void DFAPacketizer::reserveResources(const MCInstrDesc *MID) {
65 unsigned Action = ItinActions[MID->getSchedClass()];
66 if (MID->getSchedClass() == 0 || Action == 0)
74 const MCInstrDesc &MID = MI.getDesc();
75 return canReserveResources(&MID);
81 const MCInstrDesc &MID = MI.getDesc();
82 reserveResources(&MID);