Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h832 bool matchSubAddSameReg(MachineInstr &MI, BuildFnTy &MatchInfo) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1375 [{ return Helper.matchSubAddSameReg(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5259 bool CombinerHelper::matchSubAddSameReg(MachineInstr &MI, in matchSubAddSameReg() function in CombinerHelper