Home
last modified time | relevance | path

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

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