Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h441 bool matchRedundantOr(MachineInstr &MI, Register &Replacement);
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td398 [{ return Helper.matchRedundantOr(*${root}, ${matchinfo}); }]),
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2889 bool CombinerHelper::matchRedundantOr(MachineInstr &MI, Register &Replacement) { in matchRedundantOr() function in CombinerHelper