Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h573 bool matchExtendThroughPhis(MachineInstr &MI, MachineInstr *&ExtMI);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td664 [{ return Helper.matchExtendThroughPhis(*${root}, ${matchinfo}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3813 bool CombinerHelper::matchExtendThroughPhis(MachineInstr &MI, in matchExtendThroughPhis() function in CombinerHelper