Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h510 bool matchAshrShlToSextInreg(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td704 [{ return Helper.matchAshrShlToSextInreg(*${root}, ${info}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3226 bool CombinerHelper::matchAshrShlToSextInreg( in matchAshrShlToSextInreg() function in CombinerHelper