Home
last modified time | relevance | path

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

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