Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h219 bool matchSextTruncSextLoad(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td260 [{ return Helper.matchSextTruncSextLoad(*${d}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1061 bool CombinerHelper::matchSextTruncSextLoad(MachineInstr &MI) const { in matchSextTruncSextLoad() function in CombinerHelper