Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.h27 bool matchFoldableFneg(MachineInstr &MI, MachineInstr *&MatchInfo);
H A DAMDGPUCombine.td109 [{ return Helper.matchFoldableFneg(*${ffn}, ${matchinfo}); }]),
H A DAMDGPUCombinerHelper.cpp192 bool AMDGPUCombinerHelper::matchFoldableFneg(MachineInstr &MI, in matchFoldableFneg() function in AMDGPUCombinerHelper