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.h525 bool matchRedundantAnd(MachineInstr &MI, Register &Replacement);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td720 [{ return Helper.matchRedundantAnd(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3282 bool CombinerHelper::matchRedundantAnd(MachineInstr &MI, in matchRedundantAnd() function in CombinerHelper