Searched refs:tryEmitMemcpyInline (Results 1 – 5 of 5) sorted by relevance
47 return Helper.tryEmitMemcpyInline(MI); in combine()
89 return Helper.tryEmitMemcpyInline(MI); in combine()
395 return Helper.tryEmitMemcpyInline(MI); in combine()
662 bool tryEmitMemcpyInline(MachineInstr &MI);
1253 bool CombinerHelper::tryEmitMemcpyInline(MachineInstr &MI) { in tryEmitMemcpyInline() function in CombinerHelper