Lines Matching refs:MID
129 const MCInstrDesc &MID = MI.getDesc(); in INITIALIZE_PASS_DEPENDENCY() local
131 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(MI)) in INITIALIZE_PASS_DEPENDENCY()
134 if (MID.mayStore()) { in INITIALIZE_PASS_DEPENDENCY()
376 const MCInstrDesc &MID = MI->getDesc(); in getBaseOpPosition() local
389 return MID.mayLoad() ? 1 : 0; in getBaseOpPosition()
398 const MCInstrDesc &MID = MI->getDesc(); in getOffsetOpPosition() local
411 return MID.mayLoad() ? 2 : 1; in getOffsetOpPosition()
425 const MCInstrDesc &MID = MI->getDesc(); in processAddUses() local
426 if ((!MID.mayLoad() && !MID.mayStore()) || in processAddUses()
520 const MCInstrDesc &MID = MI.getDesc(); in analyzeUses() local
521 if ((MID.mayLoad() || MID.mayStore())) { in analyzeUses()
749 const MCInstrDesc &MID = UseMI->getDesc(); in xformUseMI() local
751 if (MID.mayLoad()) in xformUseMI()
753 else if (MID.mayStore()) in xformUseMI()