Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h570 bool matchTruncStoreMerge(MachineInstr &MI, MergeTruncStoresInfo &MatchInfo);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td657 [{ return Helper.matchTruncStoreMerge(*${root}, ${info}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3613 bool CombinerHelper::matchTruncStoreMerge(MachineInstr &MI, in matchTruncStoreMerge() function in CombinerHelper