Home
last modified time | relevance | path

Searched refs:NewCopy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1296 MachineInstr *NewCopy = in rewriteSource() local
1302 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() local
1360 LocalMIs.insert(&NewCopy); in optimizeUncoalescableCopy()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp673 MachineInstr *NewCopy = in runOnMachineFunction() local
679 analyzeVGPRToSGPRCopy(NewCopy); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15185 SDValue NewCopy = in PerformVMOVhrCombine() local
15191 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()