Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h251 bool matchCombineMulToShl(MachineInstr &MI, unsigned &ShiftVal);
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td182 [{ return Helper.matchCombineMulToShl(*${mi}, ${matchinfo}); }]),
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1736 bool CombinerHelper::matchCombineMulToShl(MachineInstr &MI, in matchCombineMulToShl() function in CombinerHelper