Home | History | Annotate | Download | only in AArch64

Lines Matching refs:LoadMI

4371   const auto *LoadMI = MI;
4372 if (LoadMI->getOpcode() == TargetOpcode::COPY &&
4373 LoadMI->getOperand(1).getSubReg() == AArch64::sub_32) {
4375 LoadMI = MRI.getUniqueVRegDef(LoadReg);
4376 assert(LoadMI && "Expected valid instruction");
4378 if (!(IsZExt && isZExtLoad(LoadMI)) && !(!IsZExt && isSExtLoad(LoadMI)))