Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h416 bool matchCombineAnyExtTrunc(MachineInstr &MI, Register &Reg) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td802 [{ return Helper.matchCombineAnyExtTrunc(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2609 bool CombinerHelper::matchCombineAnyExtTrunc(MachineInstr &MI, in matchCombineAnyExtTrunc() function in CombinerHelper