Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:MID

108   const MCInstrDesc &MID = MI->getDesc();
110 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(*MI))
113 if (MID.mayStore()) {
265 const MCInstrDesc &MID = MI->getDesc();
266 if ((MID.mayLoad() || MID.mayStore())) {
491 const MCInstrDesc &MID = UseMI->getDesc();
493 if (MID.mayLoad())
495 else if (MID.mayStore())