Home
last modified time | relevance | path

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

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