Home
last modified time | relevance | path

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

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