Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1297 MachineInstr *NewCopy = in rewriteSource() local
1303 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() local
1361 LocalMIs.insert(&NewCopy); in optimizeUncoalescableCopy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp675 MachineInstr *NewCopy = in runOnMachineFunction() local
681 analyzeVGPRToSGPRCopy(NewCopy); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15172 SDValue NewCopy = in PerformVMOVhrCombine() local
15178 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()