Home
last modified time | relevance | path

Searched refs:LiMI (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp697 MachineInstr *LiMI = in simplifyCode() local
699 if (!LiMI || in simplifyCode()
700 (LiMI->getOpcode() != PPC::LI && LiMI->getOpcode() != PPC::LI8) in simplifyCode()
701 || !MRI->hasOneNonDBGUse(LiMI->getOperand(0).getReg()) || in simplifyCode()
702 !MDT->dominates(DefDomMI, LiMI)) in simplifyCode()
727 MachineInstr *LiMI = getVRegDefOrNull(&DefPhiMI->getOperand(i), MRI); in simplifyCode() local
729 LLVM_DEBUG(LiMI->dump()); in simplifyCode()
734 if (LiMI->getOpcode() == PPC::ADDI || LiMI->getOpcode() == PPC::ADDI8) in simplifyCode()
737 assert((LiMI->getOpcode() == PPC::LI || in simplifyCode()
738 LiMI->getOpcode() == PPC::LI8) && in simplifyCode()
[all …]