Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h766 bool matchAddSubSameReg(MachineInstr &MI, Register &Src);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td994 [{ return Helper.matchAddSubSameReg(*${root}, ${matchinfo}); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5937 bool CombinerHelper::matchAddSubSameReg(MachineInstr &MI, Register &Src) { in matchAddSubSameReg() function in CombinerHelper