Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h319 bool matchCombineShlOfExtend(MachineInstr &MI, RegisterImmPair &MatchData);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td333 [{ return Helper.matchCombineShlOfExtend(*${mi}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2033 bool CombinerHelper::matchCombineShlOfExtend(MachineInstr &MI, in matchCombineShlOfExtend() function in CombinerHelper