Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp960 static void mutateCopyOp(MachineInstr &MI, const MCInstrDesc &NewDesc) { in mutateCopyOp() argument
961 MI.setDesc(NewDesc); in mutateCopyOp()
1116 auto &NewDesc = in tryFoldInst() local
1126 mutateCopyOp(*MI, NewDesc); in tryFoldInst()
DSIShrinkInstructions.cpp212 const MCInstrDesc &NewDesc = TII->get(SOPKOpc); in shrinkScalarCompare() local
216 MI.setDesc(NewDesc); in shrinkScalarCompare()
DSIInstrInfo.cpp5015 const MCInstrDesc &NewDesc = get(NewOpcode); in moveToVALU() local
5016 Inst.setDesc(NewDesc); in moveToVALU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp338 const MCInstrDesc &NewDesc = TII->get(NewOpc); in replaceBranch() local
340 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc); in replaceBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1960 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCompareInstr() local
1961 MI->setDesc(NewDesc); in optimizeCompareInstr()
1963 if (NewDesc.ImplicitDefs) in optimizeCompareInstr()
1964 for (const MCPhysReg *ImpDefs = NewDesc.getImplicitDefs(); in optimizeCompareInstr()
1969 if (NewDesc.ImplicitUses) in optimizeCompareInstr()
1970 for (const MCPhysReg *ImpUses = NewDesc.getImplicitUses(); in optimizeCompareInstr()