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.cpp65 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp97 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
H A DAArch64PreLegalizerCombiner.cpp779 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h701 bool tryEmitMemcpyInline(MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1632 bool CombinerHelper::tryEmitMemcpyInline(MachineInstr &MI) { in tryEmitMemcpyInline() function in CombinerHelper