Searched refs:NewCopy (Results 1 – 3 of 3) sorted by relevance
1297 MachineInstr *NewCopy = in rewriteSource() local1303 NewCopy->getOperand(0).setSubReg(Def.SubReg); in rewriteSource()1304 NewCopy->getOperand(0).setIsUndef(); in rewriteSource()1309 LLVM_DEBUG(dbgs() << " With: " << *NewCopy); in rewriteSource()1317 return *NewCopy; in rewriteSource()1360 MachineInstr &NewCopy = rewriteSource(MI, Def, RewriteMap); in optimizeUncoalescableCopy() local1361 LocalMIs.insert(&NewCopy); in optimizeUncoalescableCopy()
675 MachineInstr *NewCopy = in runOnMachineFunction() local681 analyzeVGPRToSGPRCopy(NewCopy); in runOnMachineFunction()
15172 SDValue NewCopy = in PerformVMOVhrCombine() local15178 DCI.DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), NewCopy.getValue(0)); in PerformVMOVhrCombine()15179 DCI.DAG.ReplaceAllUsesOfValueWith(Copy.getValue(1), NewCopy.getValue(1)); in PerformVMOVhrCombine()15182 NewCopy.getValue(2)); in PerformVMOVhrCombine()15184 return NewCopy; in PerformVMOVhrCombine()