Home | History | Annotate | Download | only in AArch64

Lines Matching refs:LoadMI

1103   MachineInstr &LoadMI = *I;
1104 unsigned BaseReg = getLdStBaseOp(LoadMI).getReg();
1129 if (MI.mayStore() && isMatchingStore(LoadMI, MI) &&
1131 isLdOffsetInRangeOfSt(LoadMI, MI, TII) &&
1149 if (MI.mayStore() && mayAlias(LoadMI, MI, TII))