Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h637 void applyUseVectorTruncate(MachineInstr &MI, Register &MatchInfo) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1617 (apply [{ Helper.applyUseVectorTruncate(*${root}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3517 void CombinerHelper::applyUseVectorTruncate(MachineInstr &MI, in applyUseVectorTruncate() function in CombinerHelper