Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h631 bool matchFunnelShiftToRotate(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1009 [{ return Helper.matchFunnelShiftToRotate(*${root}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4446 bool CombinerHelper::matchFunnelShiftToRotate(MachineInstr &MI) const { in matchFunnelShiftToRotate() function in CombinerHelper