Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h125 bool matchCombineCopy(MachineInstr &MI);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td124 [{ return Helper.matchCombineCopy(*${mi}); }]),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp145 if (matchCombineCopy(MI)) { in tryCombineCopy()
151 bool CombinerHelper::matchCombineCopy(MachineInstr &MI) { in matchCombineCopy() function in CombinerHelper