Lines Matching defs:MCID
29 const MCInstrDesc *MCID = DAG->getInstrDesc(SU);
30 if (!MCID)
33 if (!MCID->mayLoad())
55 const MCInstrDesc *MCID = DAG->getInstrDesc(SU);
56 if (!MCID)
59 if (!MCID->isBranch())
85 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID,
90 unsigned IIC = MCID->getSchedClass();
123 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1)
147 const MCInstrDesc *MCID = DAG->getInstrDesc(SU);
149 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots)
175 const MCInstrDesc *MCID = DAG->getInstrDesc(SU);
176 if (MCID) {
177 if (CurSlots == 5 || (MCID->isBranch() && CurBranches == 1)) {
185 bool MustBeFirst = mustComeFirst(MCID, NSlots);
197 if (MCID->isBranch())
282 const MCInstrDesc &MCID = DAG.TII->get(Opcode);
284 isLoad = MCID.mayLoad();
285 isStore = MCID.mayStore();
287 uint64_t TSFlags = MCID.TSFlags;