Searched refs:LiMI (Results 1 – 1 of 1) sorted by relevance
921 MachineInstr *LiMI = in simplifyCode() local923 if (!LiMI || in simplifyCode()924 (LiMI->getOpcode() != PPC::LI && LiMI->getOpcode() != PPC::LI8) in simplifyCode()925 || !MRI->hasOneNonDBGUse(LiMI->getOperand(0).getReg()) || in simplifyCode()926 !MDT->dominates(DefDomMI, LiMI)) in simplifyCode()951 MachineInstr *LiMI = getVRegDefOrNull(&DefPhiMI->getOperand(i), MRI); in simplifyCode() local953 LLVM_DEBUG(LiMI->dump()); in simplifyCode()958 if (LiMI->getOpcode() == PPC::ADDI || LiMI->getOpcode() == PPC::ADDI8) in simplifyCode()961 assert((LiMI->getOpcode() == PPC::LI || in simplifyCode()962 LiMI->getOpcode() == PPC::LI8) && in simplifyCode()[all …]