Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h762 void applyFsubToFneg(MachineInstr &MI, Register &MatchInfo) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1250 (apply [{ Helper.applyFsubToFneg(*${root}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5905 void CombinerHelper::applyFsubToFneg(MachineInstr &MI, in applyFsubToFneg() function in CombinerHelper