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.h604 void applyFunnelShiftToRotate(MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td940 (apply [{ Helper.applyFunnelShiftToRotate(*${root}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4302 void CombinerHelper::applyFunnelShiftToRotate(MachineInstr &MI) { in applyFunnelShiftToRotate() function in CombinerHelper