Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h724 bool matchRedundantNegOperands(MachineInstr &MI, BuildFnTy &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1165 [{ return Helper.matchRedundantNegOperands(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5598 bool CombinerHelper::matchRedundantNegOperands(MachineInstr &MI, in matchRedundantNegOperands() function in CombinerHelper