Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h632 void applyFunnelShiftToRotate(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1010 (apply [{ Helper.applyFunnelShiftToRotate(*${root}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4458 void CombinerHelper::applyFunnelShiftToRotate(MachineInstr &MI) const { in applyFunnelShiftToRotate() function in CombinerHelper