Lines Matching refs:MCID
31 const MCInstrDesc *MCID = DAG->getInstrDesc(SU);
32 if (!MCID)
35 if (!MCID->mayLoad())
57 const MCInstrDesc *MCID = DAG->getInstrDesc(SU);
58 if (!MCID)
61 if (!MCID->isBranch())
87 bool PPCDispatchGroupSBHazardRecognizer::mustComeFirst(const MCInstrDesc *MCID,
92 unsigned IIC = MCID->getSchedClass();
125 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1)
149 const MCInstrDesc *MCID = DAG->getInstrDesc(SU);
151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots)
176 const MCInstrDesc *MCID = DAG->getInstrDesc(SU);
177 if (MCID) {
178 if (CurSlots == 5 || (MCID->isBranch() && CurBranches == 1)) {
187 bool MustBeFirst = mustComeFirst(MCID, NSlots);
199 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;