Searched refs:replaceRegOpWith (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCombinerHelper.cpp | 281 replaceRegOpWith(MRI, Op, Reg); in applyFoldableFneg() 289 replaceRegOpWith(MRI, X, XReg); in applyFoldableFneg() 291 replaceRegOpWith(MRI, Y, YReg); in applyFoldableFneg() 294 replaceRegOpWith(MRI, Y, YReg); in applyFoldableFneg() 384 replaceRegOpWith(MRI, MatchInfo->getOperand(0), NegatedMatchInfo); in applyFoldableFneg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.h | 151 void replaceRegOpWith(MachineRegisterInfo &MRI, MachineOperand &FromRegOp,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 173 void CombinerHelper::replaceRegOpWith(MachineRegisterInfo &MRI, in replaceRegOpWith() function in CombinerHelper 647 replaceRegOpWith(MRI, UseMO, NewDstReg); in applyCombineExtendingLoads() 695 replaceRegOpWith(MRI, UseSrcMO, ChosenDstReg); in applyCombineExtendingLoads()
|