Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h603 bool matchOrShiftToFunnelShift(MachineInstr &MI, BuildFnTy &MatchInfo);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td753 [{ return Helper.matchOrShiftToFunnelShift(*${root}, ${info}); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4103 bool CombinerHelper::matchOrShiftToFunnelShift(MachineInstr &MI, in matchOrShiftToFunnelShift() function in CombinerHelper