Home
last modified time | relevance | path

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

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