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

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

Completed in 140 milliseconds