Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MID

1261   const MCInstrDesc &MID = TII->get(NewOpc);
1262 if (MID.getNumDefs() != 1) return 0;
1264 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF);