Home
last modified time | relevance | path

Searched refs:val_rtx (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDcselib.c240 if (mode != GET_MODE (v->u.val_rtx)) in entry_and_rtx_equal_p()
334 CSELIB_VAL_PTR (v->u.val_rtx) = NULL; in discard_useless_values()
390 return GET_MODE (REG_VALUES (REGNO (x))->elt->u.val_rtx); in cselib_reg_set_mode()
408 x = e->u.val_rtx; in rtx_equal_for_cselib_p()
416 y = e->u.val_rtx; in rtx_equal_for_cselib_p()
751 e->u.val_rtx = pool_alloc (value_pool); in new_cselib_val()
752 memset (e->u.val_rtx, 0, RTX_HDR_SIZE); in new_cselib_val()
753 PUT_CODE (e->u.val_rtx, VALUE); in new_cselib_val()
754 PUT_MODE (e->u.val_rtx, mode); in new_cselib_val()
755 CSELIB_VAL_PTR (e->u.val_rtx) = e; in new_cselib_val()
[all …]
HDcselib.h30 rtx GTY ((tag ("1"))) val_rtx;
HDbuiltins.c3450 rtx val_rtx; in expand_builtin_memset() local
3452 val_rtx = expand_normal (val); in expand_builtin_memset()
3453 val_rtx = convert_to_mode (TYPE_MODE (unsigned_char_type_node), in expand_builtin_memset()
3454 val_rtx, 0); in expand_builtin_memset()
3465 val_rtx = force_reg (TYPE_MODE (unsigned_char_type_node), in expand_builtin_memset()
3466 val_rtx); in expand_builtin_memset()
3468 builtin_memset_gen_str, val_rtx, dest_align, 0); in expand_builtin_memset()
3470 else if (!set_storage_via_setmem (dest_mem, len_rtx, val_rtx, in expand_builtin_memset()