Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h315 void applyCombineMulToShl(MachineInstr &MI, unsigned &ShiftVal);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td326 (apply [{ Helper.applyCombineMulToShl(*${mi}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2020 void CombinerHelper::applyCombineMulToShl(MachineInstr &MI, in applyCombineMulToShl() function in CombinerHelper