Home
last modified time | relevance | path

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

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