Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp517 const MCInstrDesc &NewDesc = TII->get(NewOpcode); in replaceWithCompactBranch() local
518 MachineInstrBuilder MIB = BuildMI(MBB, Branch, DL, NewDesc); in replaceWithCompactBranch()
536 const MCInstrDesc &NewDesc = TII->get(Mips::JRC16_MM); in replaceWithCompactJump() local
537 MachineInstrBuilder MIB = BuildMI(MBB, Jump, DL, NewDesc); in replaceWithCompactJump()
DMipsLongBranch.cpp220 const MCInstrDesc &NewDesc = TII->get(NewOpc); in replaceBranch() local
222 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc); in replaceBranch()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1747 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCompareInstr() local
1748 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()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2551 const MCInstrDesc &NewDesc = get(NewOpcode); in moveToVALU() local
2552 Inst->setDesc(NewDesc); in moveToVALU()