Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.h36 void applyFoldableFneg(MachineInstr &MI, MachineInstr *&MatchInfo) const;
H A DAMDGPUCombine.td110 (apply [{ Helper.applyFoldableFneg(*${ffn}, ${matchinfo}); }])>;
H A DAMDGPUCombinerHelper.cpp268 void AMDGPUCombinerHelper::applyFoldableFneg(MachineInstr &MI, in applyFoldableFneg() function in AMDGPUCombinerHelper