Searched refs:NewDesc (Results 1 – 4 of 4) sorted by relevance
517 const MCInstrDesc &NewDesc = TII->get(NewOpcode); in replaceWithCompactBranch() local518 MachineInstrBuilder MIB = BuildMI(MBB, Branch, DL, NewDesc); in replaceWithCompactBranch()536 const MCInstrDesc &NewDesc = TII->get(Mips::JRC16_MM); in replaceWithCompactJump() local537 MachineInstrBuilder MIB = BuildMI(MBB, Jump, DL, NewDesc); in replaceWithCompactJump()
220 const MCInstrDesc &NewDesc = TII->get(NewOpc); in replaceBranch() local222 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc); in replaceBranch()
1747 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCompareInstr() local1748 MI->setDesc(NewDesc); in optimizeCompareInstr()1750 if (NewDesc.ImplicitDefs) in optimizeCompareInstr()1751 for (const MCPhysReg *ImpDefs = NewDesc.getImplicitDefs(); in optimizeCompareInstr()1756 if (NewDesc.ImplicitUses) in optimizeCompareInstr()1757 for (const MCPhysReg *ImpUses = NewDesc.getImplicitUses(); in optimizeCompareInstr()
2551 const MCInstrDesc &NewDesc = get(NewOpcode); in moveToVALU() local2552 Inst->setDesc(NewDesc); in moveToVALU()