Searched refs:tryEmitMemcpyInline (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsPreLegalizerCombiner.cpp | 46 return Helper.tryEmitMemcpyInline(MI); in combine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64O0PreLegalizerCombiner.cpp | 89 return Helper.tryEmitMemcpyInline(MI); in combine()
|
| H A D | AArch64PreLegalizerCombiner.cpp | 276 return Helper.tryEmitMemcpyInline(MI); in combine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.h | 561 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 D | AMDGPUPreLegalizerCombiner.cpp | 209 return Helper.tryEmitMemcpyInline(MI); in combine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 1324 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()
|