Home
last modified time | relevance | path

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

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