Searched refs:tryEmitMemcpyInline (Results 1 – 5 of 5) sorted by relevance
65 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
97 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
779 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
701 bool tryEmitMemcpyInline(MachineInstr &MI);
1632 bool CombinerHelper::tryEmitMemcpyInline(MachineInstr &MI) { in tryEmitMemcpyInline() function in CombinerHelper