Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td117 (apply [{ Helper.replaceOpcodeWith(*${smul}, ${matchinfo}); }])>;
H A DAMDGPUCombinerHelper.cpp322 replaceOpcodeWith(*MatchInfo, Opposite); in applyFoldableFneg()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h156 void replaceOpcodeWith(MachineInstr &FromMI, unsigned ToOpcode) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp187 void CombinerHelper::replaceOpcodeWith(MachineInstr &FromMI, in replaceOpcodeWith() function in CombinerHelper