Home
last modified time | relevance | path

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

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