Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h496 bool applyExtendThroughPhis(MachineInstr &MI, MachineInstr *&ExtMI);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td578 (apply [{ return Helper.applyExtendThroughPhis(*${root}, ${matchinfo}); }])>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3716 bool CombinerHelper::applyExtendThroughPhis(MachineInstr &MI, in applyExtendThroughPhis() function in CombinerHelper