Lines Matching defs:MID
131 const MCInstrDesc &MID = MI.getDesc();
133 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(MI))
136 if (MID.mayStore()) {
378 const MCInstrDesc &MID = MI->getDesc();
391 return MID.mayLoad() ? 1 : 0;
400 const MCInstrDesc &MID = MI->getDesc();
413 return MID.mayLoad() ? 2 : 1;
427 const MCInstrDesc &MID = MI->getDesc();
428 if ((!MID.mayLoad() && !MID.mayStore()) ||
522 const MCInstrDesc &MID = MI.getDesc();
523 if ((MID.mayLoad() || MID.mayStore())) {
751 const MCInstrDesc &MID = UseMI->getDesc();
753 if (MID.mayLoad())
755 else if (MID.mayStore())