Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h595 void applyFunnelShiftToRotate(MachineInstr &MI);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td701 (apply [{ Helper.applyFunnelShiftToRotate(*${root}); }])
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4101 void CombinerHelper::applyFunnelShiftToRotate(MachineInstr &MI) { in applyFunnelShiftToRotate() function in CombinerHelper