Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h777 bool matchSubAddSameReg(MachineInstr &MI, BuildFnTy &MatchInfo);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1024 [{ return Helper.matchSubAddSameReg(*${root}, ${matchinfo}); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4887 bool CombinerHelper::matchSubAddSameReg(MachineInstr &MI, in matchSubAddSameReg() function in CombinerHelper