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.cpp329 replaceOpcodeWith(*MatchInfo, Opposite); in applyFoldableFneg()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h164 void replaceOpcodeWith(MachineInstr &FromMI, unsigned ToOpcode) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp204 void CombinerHelper::replaceOpcodeWith(MachineInstr &FromMI, in replaceOpcodeWith() function in CombinerHelper