Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h306 bool matchShiftOfShiftedLogic(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td319 [{ return Helper.matchShiftOfShiftedLogic(*${d}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1853 bool CombinerHelper::matchShiftOfShiftedLogic(MachineInstr &MI, in matchShiftOfShiftedLogic() function in CombinerHelper