Searched refs:copy_limit (Results 1 – 3 of 3) sorted by relevance
25025 const int copy_limit = (aarch64_tune_params.extra_tuning_flags in aarch64_expand_setmem() local25035 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_setmem()25049 if (n > 0 && n < copy_limit / 2 && !STRICT_ALIGNMENT) in aarch64_expand_setmem()
21508 const int copy_limit = GET_MODE_BITSIZE (TImode); in aarch64_expand_cpymem() local21516 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_cpymem()
15952 (aarch64_expand_cpymem): Expand copy_limit to 256bits where