Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h593 bool matchOrShiftToFunnelShift(MachineInstr &MI, BuildFnTy &MatchInfo);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td693 [{ return Helper.matchOrShiftToFunnelShift(*${root}, ${info}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4035 bool CombinerHelper::matchOrShiftToFunnelShift(MachineInstr &MI, in matchOrShiftToFunnelShift() function in CombinerHelper