Searched refs:LiMI (Results 1 – 1 of 1) sorted by relevance
1147 MachineInstr *LiMI = in simplifyCode() local1149 if (!LiMI || in simplifyCode()1150 (LiMI->getOpcode() != PPC::LI && LiMI->getOpcode() != PPC::LI8) in simplifyCode()1151 || !MRI->hasOneNonDBGUse(LiMI->getOperand(0).getReg()) || in simplifyCode()1152 !MDT->dominates(DefDomMI, LiMI)) in simplifyCode()1177 MachineInstr *LiMI = getVRegDefOrNull(&DefPhiMI->getOperand(i), MRI); in simplifyCode() local1179 LLVM_DEBUG(LiMI->dump()); in simplifyCode()1184 if (LiMI->getOpcode() == PPC::ADDI || LiMI->getOpcode() == PPC::ADDI8) in simplifyCode()1187 assert((LiMI->getOpcode() == PPC::LI || in simplifyCode()1188 LiMI->getOpcode() == PPC::LI8) && in simplifyCode()[all …]