reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
140 TII = MF->getSubtarget<PPCSubtarget>().getInstrInfo(); 219 assert(TII->isTOCSaveMI(*MI) && "Expecting a TOC save instruction here"); 266 const TargetRegisterInfo *TRI = &TII->getRegisterInfo(); 281 if (TII->convertToImmediateForm(MI)) { 324 if (TII->isTOCSaveMI(MI)) 372 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), 393 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), 418 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), 474 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), 600 SrcMI->setDesc(TII->get(Opc)); 644 SrcMI->setDesc(TII->get(Opc)); 650 TII->isSignExtended(*SrcMI)) { 656 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::IMPLICIT_DEF), 658 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::INSERT_SUBREG), 702 unsigned KnownZeroCount = getKnownLeadingZeroCount(SrcMI, TII); 705 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), 784 LiMI->setDesc(TII->get(LiMI->getOpcode() == PPC::LI ? PPC::ADDI 795 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY), 1256 CMPI1->setDesc(TII->get(NewOpCode)); 1298 TII->get(PPC::PHI), NewVReg) 1373 MI.setDesc(TII->get(PPC::RLDIC)); 1441 SrcMI->getOpcode() == PPC::EXTSW ? TII->get(PPC::EXTSWSLI) 1442 : TII->get(PPC::EXTSWSLI_32_64),