Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp65 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp99 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
H A DAArch64PreLegalizerCombiner.cpp730 return Helper.tryEmitMemcpyInline(MI); in tryCombineAll()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h692 bool tryEmitMemcpyInline(MachineInstr &MI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1476 bool CombinerHelper::tryEmitMemcpyInline(MachineInstr &MI) { in tryEmitMemcpyInline() function in CombinerHelper