Home
last modified time | relevance | path

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

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