Home
last modified time | relevance | path

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

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