Searched refs:tryCombineMemCpyFamily (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp106 if (Helper.tryCombineMemCpyFamily(MI, MaxLen))
H A DAArch64PreLegalizerCombiner.cpp738 if (Helper.tryCombineMemCpyFamily(MI, MaxLen))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h293 bool tryCombineMemCpyFamily(MachineInstr &MI, unsigned MaxLen = 0);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1484 bool CombinerHelper::tryCombineMemCpyFamily(MachineInstr &MI, unsigned MaxLen) { function in class:CombinerHelper

Completed in 213 milliseconds