Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h300 bool matchShiftImmedChain(MachineInstr &MI, RegisterImmPair &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td310 [{ return Helper.matchShiftImmedChain(*${d}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1776 bool CombinerHelper::matchShiftImmedChain(MachineInstr &MI, in matchShiftImmedChain() function in CombinerHelper