Home
last modified time | relevance | path

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

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