Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h604 bool matchFunnelShiftToRotate(MachineInstr &MI);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td760 [{ return Helper.matchFunnelShiftToRotate(*${root}); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4157 bool CombinerHelper::matchFunnelShiftToRotate(MachineInstr &MI) { in matchFunnelShiftToRotate() function in CombinerHelper