Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h582 bool matchExtendThroughPhis(MachineInstr &MI, MachineInstr *&ExtMI);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td903 [{ return Helper.matchExtendThroughPhis(*${root}, ${matchinfo}); }]),
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp4021 bool CombinerHelper::matchExtendThroughPhis(MachineInstr &MI, in matchExtendThroughPhis() function in CombinerHelper