Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h726 bool matchFsubToFneg(MachineInstr &MI, Register &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1172 [{ return Helper.matchFsubToFneg(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5644 bool CombinerHelper::matchFsubToFneg(MachineInstr &MI, Register &MatchInfo) { in matchFsubToFneg() function in CombinerHelper