Searched refs:src_val (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-cp.c | 200 void add_source (cgraph_edge *cs, ipcp_value *src_val, int src_idx, 230 ipcp_value<valtype> *src_val = NULL, 1806 ipcp_value<valtype>::add_source (cgraph_edge *cs, ipcp_value *src_val, 1814 src->val = src_val; 1859 ipcp_value<valtype> *src_val, 1882 if (s->cs == cs && s->val == src_val) 1888 val->add_source (cs, src_val, src_idx, offset); 1912 val->add_source (cs, src_val, src_idx, offset); 1953 ipcp_value<tree> *src_val; 1971 for (src_val = src_lat->values; src_val; src_val = src_val->next) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-cp.cc | 215 void add_source (cgraph_edge *cs, ipcp_value *src_val, int src_idx, 261 ipcp_value<valtype> *src_val = NULL, 1900 ipcp_value<valtype>::add_source (cgraph_edge *cs, ipcp_value *src_val, in add_source() argument 1908 src->val = src_val; in add_source() 1959 ipcp_value<valtype> *src_val, in add_value() argument 1985 if (s->cs == cs && s->val == src_val) in add_value() 1991 val->add_source (cs, src_val, src_idx, offset); in add_value() 2015 val->add_source (cs, src_val, src_idx, offset); in add_value() 2041 ipcp_value<tree> *src_val, in get_val_across_arith_op() argument 2044 tree opnd1 = src_val->value; in get_val_across_arith_op() [all …]
|
H A D | cselib.cc | 1188 cselib_val *src_val = cselib_lookup (SET_DEST (set), in cselib_redundant_set_p() local 1192 if (src_val) in cselib_redundant_set_p() 1196 for (elt_loc_list *l = src_val->locs; l; l = l->next) in cselib_redundant_set_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | tilepro.cc | 1337 expand_set_cint32 (rtx dest_reg, rtx src_val) in expand_set_cint32() argument 1345 gcc_assert (CONST_INT_P (src_val)); in expand_set_cint32() 1346 val = trunc_int_for_mode (INTVAL (src_val), SImode); in expand_set_cint32()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | tilepro.c | 1337 expand_set_cint32 (rtx dest_reg, rtx src_val) in expand_set_cint32() argument 1345 gcc_assert (CONST_INT_P (src_val)); in expand_set_cint32() 1346 val = trunc_int_for_mode (INTVAL (src_val), SImode); in expand_set_cint32()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | tilegx.c | 1564 expand_set_cint64 (rtx dest_reg, rtx src_val) in expand_set_cint64() argument 1572 gcc_assert (CONST_INT_P (src_val)); in expand_set_cint64() 1573 val = trunc_int_for_mode (INTVAL (src_val), GET_MODE (dest_reg)); in expand_set_cint64()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx.cc | 1565 expand_set_cint64 (rtx dest_reg, rtx src_val) in expand_set_cint64() argument 1573 gcc_assert (CONST_INT_P (src_val)); in expand_set_cint64() 1574 val = trunc_int_for_mode (INTVAL (src_val), GET_MODE (dest_reg)); in expand_set_cint64()
|