Home
last modified time | relevance | path

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

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