Searched refs:tryEmitMemcpyInline (Results 1 – 5 of 5) sorted by relevance
65 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
99 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
730 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
692 bool tryEmitMemcpyInline(MachineInstr &MI);
1476 bool CombinerHelper::tryEmitMemcpyInline(MachineInstr &MI) { in tryEmitMemcpyInline() function in CombinerHelper