Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp273 const MCInstrDesc &NewDesc = TII->get(SOPKOpc); in shrinkScalarCompare() local
277 MI.setDesc(NewDesc); in shrinkScalarCompare()
DSIFoldOperands.cpp503 static void mutateCopyOp(MachineInstr &MI, const MCInstrDesc &NewDesc) { in mutateCopyOp() argument
504 MI.setDesc(NewDesc); in mutateCopyOp()
DSIInstrInfo.cpp3990 const MCInstrDesc &NewDesc = get(NewOpcode); in moveToVALU() local
3991 Inst.setDesc(NewDesc); in moveToVALU()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp335 const MCInstrDesc &NewDesc = TII->get(NewOpc); in replaceBranch() local
337 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc); in replaceBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1939 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCompareInstr() local
1940 MI->setDesc(NewDesc); in optimizeCompareInstr()
1942 if (NewDesc.ImplicitDefs) in optimizeCompareInstr()
1943 for (const MCPhysReg *ImpDefs = NewDesc.getImplicitDefs(); in optimizeCompareInstr()
1948 if (NewDesc.ImplicitUses) in optimizeCompareInstr()
1949 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()