Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h602 bool matchOrShiftToFunnelShift(MachineInstr &MI, BuildFnTy &MatchInfo);
/src/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td932 [{ return Helper.matchOrShiftToFunnelShift(*${root}, ${info}); }]),
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4236 bool CombinerHelper::matchOrShiftToFunnelShift(MachineInstr &MI, in matchOrShiftToFunnelShift() function in CombinerHelper