Searched refs:tryEmitMemcpyInline (Results 1 – 5 of 5) sorted by relevance
62 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
94 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
778 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
736 bool tryEmitMemcpyInline(MachineInstr &MI) const;
1699 bool CombinerHelper::tryEmitMemcpyInline(MachineInstr &MI) const { in tryEmitMemcpyInline() function in CombinerHelper