Home
last modified time | relevance | path

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

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