Home
last modified time | relevance | path

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

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