Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h494 bool matchSimplifyAddToSub(MachineInstr &MI,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td575 [{ return Helper.matchSimplifyAddToSub(*${root}, ${info}); }]),
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2892 bool CombinerHelper::matchSimplifyAddToSub( in matchSimplifyAddToSub() function in CombinerHelper