Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h174 void applyCombineCopy(MachineInstr &MI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td208 (apply [{ Helper.applyCombineCopy(*${mi}); }])>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp207 applyCombineCopy(MI); in tryCombineCopy()
219 void CombinerHelper::applyCombineCopy(MachineInstr &MI) { in applyCombineCopy() function in CombinerHelper