Lines Matching defs:MID
143 const MCInstrDesc &MID = MI.getDesc();
145 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(MI))
148 if (MID.mayStore()) {
413 const MCInstrDesc &MID = MI->getDesc();
426 return MID.mayLoad() ? 1 : 0;
435 const MCInstrDesc &MID = MI->getDesc();
448 return MID.mayLoad() ? 2 : 1;
463 const MCInstrDesc &MID = LoadStoreMI->getDesc();
464 if ((MID.mayLoad() || MID.mayStore()) &&
720 const MCInstrDesc &MID = MI->getDesc();
721 if ((!MID.mayLoad() && !MID.mayStore()) ||
815 const MCInstrDesc &MID = MI.getDesc();
816 if ((MID.mayLoad() || MID.mayStore())) {
1043 const MCInstrDesc &MID = UseMI->getDesc();
1045 if (MID.mayLoad())
1047 else if (MID.mayStore())