Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp223 const MCInstrDesc &NewDesc = TII->get(NewOpc); in replaceBranch() local
225 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc); in replaceBranch()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1778 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCompareInstr() local
1779 MI->setDesc(NewDesc); in optimizeCompareInstr()
1781 if (NewDesc.ImplicitDefs) in optimizeCompareInstr()
1782 for (const MCPhysReg *ImpDefs = NewDesc.getImplicitDefs(); in optimizeCompareInstr()
1787 if (NewDesc.ImplicitUses) in optimizeCompareInstr()
1788 for (const MCPhysReg *ImpUses = NewDesc.getImplicitUses(); in optimizeCompareInstr()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2607 const MCInstrDesc &NewDesc = get(NewOpcode); in moveToVALU() local
2608 Inst.setDesc(NewDesc); in moveToVALU()