Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h182 void applyCombineCopy(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td220 (apply [{ Helper.applyCombineCopy(*${mi}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp225 applyCombineCopy(MI); in tryCombineCopy()
237 void CombinerHelper::applyCombineCopy(MachineInstr &MI) const { in applyCombineCopy() function in CombinerHelper