Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp309 replaceOpcodeWith(*MatchInfo, Opposite); in applyFoldableFneg()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h162 void replaceOpcodeWith(MachineInstr &FromMI, unsigned ToOpcode) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp182 void CombinerHelper::replaceOpcodeWith(MachineInstr &FromMI, in replaceOpcodeWith() function in CombinerHelper