Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h562 bool matchRedundantSExtInReg(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td793 [{ return Helper.matchRedundantSExtInReg(*${root}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3416 bool CombinerHelper::matchRedundantSExtInReg(MachineInstr &MI) const { in matchRedundantSExtInReg() function in CombinerHelper