Searched refs:NewCopy (Results 1 – 3 of 3) sorted by relevance
1296 MachineInstr *NewCopy = in rewriteSource() local1302 NewCopy->getOperand(0).setSubReg(Def.SubReg); in rewriteSource()1303 NewCopy->getOperand(0).setIsUndef(); in rewriteSource()1308 LLVM_DEBUG(dbgs() << " With: " << *NewCopy); in rewriteSource()1316 return *NewCopy; in rewriteSource()1359 MachineInstr &NewCopy = rewriteSource(MI, Def, RewriteMap); in optimizeUncoalescableCopy() local1360 LocalMIs.insert(&NewCopy); in optimizeUncoalescableCopy()
673 MachineInstr *NewCopy = in runOnMachineFunction() local679 analyzeVGPRToSGPRCopy(NewCopy); in runOnMachineFunction()
15185 SDValue NewCopy = in PerformVMOVhrCombine() local15191 DCI.DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), NewCopy.getValue(0)); in PerformVMOVhrCombine()15192 DCI.DAG.ReplaceAllUsesOfValueWith(Copy.getValue(1), NewCopy.getValue(1)); in PerformVMOVhrCombine()15195 NewCopy.getValue(2)); in PerformVMOVhrCombine()15197 return NewCopy; in PerformVMOVhrCombine()