Home
last modified time | relevance | path

Searched refs:tryEmitMemcpyInline (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp62 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp94 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
H A DAArch64PreLegalizerCombiner.cpp778 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h736 bool tryEmitMemcpyInline(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1699 bool CombinerHelper::tryEmitMemcpyInline(MachineInstr &MI) const { in tryEmitMemcpyInline() function in CombinerHelper