Searched refs:NewCopy (Results 1 – 4 of 4) sorted by relevance
1279 MachineInstr *NewCopy = in rewriteSource() local1285 NewCopy->getOperand(0).setSubReg(Def.SubReg); in rewriteSource()1286 NewCopy->getOperand(0).setIsUndef(); in rewriteSource()1291 LLVM_DEBUG(dbgs() << " With: " << *NewCopy); in rewriteSource()1299 return *NewCopy; in rewriteSource()1347 MachineInstr &NewCopy = rewriteSource(MI, Def, RewriteMap); in optimizeUncoalescableCopy() local1348 LocalMIs.insert(&NewCopy); in optimizeUncoalescableCopy()
2380 MachineInstr *NewCopy = BuildMI(*OrigKernel, MI, MI->getDebugLoc(), in updateInstrUse() local2383 LIS.InsertMachineInstrInMaps(*NewCopy); in updateInstrUse()
689 MachineInstr *NewCopy = in run() local694 analyzeVGPRToSGPRCopy(NewCopy); in run()695 PHISources.insert(NewCopy); in run()
15262 SDValue NewCopy = in PerformVMOVhrCombine() local15268 DCI.DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), NewCopy.getValue(0)); in PerformVMOVhrCombine()15269 DCI.DAG.ReplaceAllUsesOfValueWith(Copy.getValue(1), NewCopy.getValue(1)); in PerformVMOVhrCombine()15272 NewCopy.getValue(2)); in PerformVMOVhrCombine()15274 return NewCopy; in PerformVMOVhrCombine()