Home
last modified time | relevance | path

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

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