Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h173 bool matchCombineCopy(MachineInstr &MI);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td203 [{ return Helper.matchCombineCopy(*${mi}); }]),
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp203 if (matchCombineCopy(MI)) { in tryCombineCopy()
209 bool CombinerHelper::matchCombineCopy(MachineInstr &MI) { in matchCombineCopy() function in CombinerHelper