Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp46 return Helper.tryEmitMemcpyInline(MI); in combine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp89 return Helper.tryEmitMemcpyInline(MI); in combine()
H A DAArch64PreLegalizerCombiner.cpp276 return Helper.tryEmitMemcpyInline(MI); in combine()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h561 bool tryEmitMemcpyInline(MachineInstr &MI);
565 bool tryEmitMemcpyInline(MachineInstr &MI, Register Dst, Register Src,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp209 return Helper.tryEmitMemcpyInline(MI); in combine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1324 bool CombinerHelper::tryEmitMemcpyInline(MachineInstr &MI) { in tryEmitMemcpyInline() function in CombinerHelper
1351 return tryEmitMemcpyInline(MI, Dst, Src, KnownLen, DstAlign, SrcAlign, in tryEmitMemcpyInline()
1355 bool CombinerHelper::tryEmitMemcpyInline(MachineInstr &MI, Register Dst, in tryEmitMemcpyInline() function in CombinerHelper
1609 return tryEmitMemcpyInline(MI, Dst, Src, KnownLen, DstAlign, SrcAlign, in tryCombineMemCpyFamily()