Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h559 bool matchRedundantOr(MachineInstr &MI, Register &Replacement) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td783 [{ return Helper.matchRedundantOr(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3374 bool CombinerHelper::matchRedundantOr(MachineInstr &MI, in matchRedundantOr() function in CombinerHelper