Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MID

1253   const MCInstrDesc &MID = TII->get(NewOpc);
1254 if (MID.getNumDefs() != 1) return nullptr;
1256 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF);