Searched refs:NewDesc (Results 1 – 5 of 5) sorted by relevance
343 const MCInstrDesc &NewDesc = TII->get(NewOpc); in replaceBranch() local345 MachineInstrBuilder MIB = BuildMI(MBB, Br, DL, NewDesc); in replaceBranch()
989 static void mutateCopyOp(MachineInstr &MI, const MCInstrDesc &NewDesc) { in mutateCopyOp() argument990 MI.setDesc(NewDesc); in mutateCopyOp()1145 auto &NewDesc = in tryFoldCndMask() local1155 mutateCopyOp(MI, NewDesc); in tryFoldCndMask()
251 const MCInstrDesc &NewDesc = TII->get(SOPKOpc); in shrinkScalarCompare() local255 MI.setDesc(NewDesc); in shrinkScalarCompare()
5482 const MCInstrDesc &NewDesc = get(NewOpc); in moveFlatAddrToVGPR() local5483 Inst.setDesc(NewDesc); in moveFlatAddrToVGPR()6436 const MCInstrDesc &NewDesc = get(NewOpcode); in moveToVALU() local6439 BuildMI(*MBB, Inst, Inst.getDebugLoc(), NewDesc, CondReg) in moveToVALU()
2740 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCompareInstr() local2741 MI->setDesc(NewDesc); in optimizeCompareInstr()2743 for (MCPhysReg ImpDef : NewDesc.implicit_defs()) { in optimizeCompareInstr()2749 for (MCPhysReg ImpUse : NewDesc.implicit_uses()) { in optimizeCompareInstr()2830 const MCInstrDesc &NewDesc = get(NewOpC); in optimizeCmpPostRA() local2831 SrcMI->setDesc(NewDesc); in optimizeCmpPostRA()