Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h313 void applyCombineShlOfExtend(MachineInstr &MI,
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td205 (apply [{ Helper.applyCombineShlOfExtend(*${mi}, ${matchinfo}); }])>;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1661 void CombinerHelper::applyCombineShlOfExtend(MachineInstr &MI, in applyCombineShlOfExtend() function in CombinerHelper