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.h174 void applyCombineCopy(MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td208 (apply [{ Helper.applyCombineCopy(*${mi}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp207 applyCombineCopy(MI); in tryCombineCopy()
219 void CombinerHelper::applyCombineCopy(MachineInstr &MI) { in applyCombineCopy() function in CombinerHelper