Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h594 bool matchFunnelShiftToRotate(MachineInstr &MI);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td700 [{ return Helper.matchFunnelShiftToRotate(*${root}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4089 bool CombinerHelper::matchFunnelShiftToRotate(MachineInstr &MI) { in matchFunnelShiftToRotate() function in CombinerHelper