Lines Matching refs:retmode
130 memop_ret retmode,
4280 rtx target, tree exp, memop_ret retmode, in expand_builtin_memory_copy_args() argument
4337 dest_align, false, retmode); in expand_builtin_memory_copy_args()
4349 && (retmode == RETURN_BEGIN || target == const0_rtx)) in expand_builtin_memory_copy_args()
4352 && retmode == RETURN_END in expand_builtin_memory_copy_args()
4378 if (retmode != RETURN_BEGIN && target != const0_rtx) in expand_builtin_memory_copy_args()
4382 if (retmode == RETURN_END_MINUS_ONE) in expand_builtin_memory_copy_args()
4391 rtx target, tree orig_exp, memop_ret retmode) in expand_builtin_mempcpy_args() argument
4394 retmode, false); in expand_builtin_mempcpy_args()
4403 expand_movstr (tree dest, tree src, rtx target, memop_ret retmode) in expand_movstr() argument
4414 if (retmode == RETURN_BEGIN) in expand_movstr()
4421 retmode != RETURN_BEGIN ? target : NULL_RTX, Pmode); in expand_movstr()
4427 if (retmode != RETURN_BEGIN && target != const0_rtx) in expand_movstr()
4433 if (retmode == RETURN_END) in expand_movstr()