Home
last modified time | relevance | path

Searched refs:replaceOpcodeWith (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp322 replaceOpcodeWith(*MatchInfo, Opposite); in applyFoldableFneg()
H A DAMDGPUPostLegalizerCombiner.cpp461 Helper.replaceOpcodeWith(MI, NewOpcode); in applyCombine_s_mul_u64()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h156 void replaceOpcodeWith(MachineInstr &FromMI, unsigned ToOpcode) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp184 void CombinerHelper::replaceOpcodeWith(MachineInstr &FromMI, in replaceOpcodeWith() function in CombinerHelper