/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | sm-pattern-test.cc | 77 : m_lhs (lhs), m_op (op), m_rhs (rhs) {} in pattern_match() 85 && same_tree_p (m_rhs, other.m_rhs)); in operator ==() 91 m_lhs, op_symbol_code (m_op), m_rhs); in emit() 97 tree m_rhs; member in ana::__anonee56b9380111::pattern_match
|
H A D | constraint-manager.cc | 410 m_rhs.print (pp); in print() 412 m_rhs.get_obj (cm).print (pp); in print() 423 hstate.add_int (m_rhs.m_idx); in hash() 436 if (m_rhs != other.m_rhs) in operator ==() 711 if (c->m_rhs == rhs_ec_id) in add_constraint() 712 c->m_rhs = lhs_ec_id; in add_constraint() 718 if (c->m_rhs == final_ec_id) in add_constraint() 719 c->m_rhs = rhs_ec_id; in add_constraint() 804 = other->m_rhs.get_obj (*this).m_constant; in add_constraint_internal() 811 && other->m_rhs == lhs_id) in add_constraint_internal() [all …]
|
H A D | constraint-manager.h | 127 : m_lhs (lhs), m_op (c_op), m_rhs (rhs) in constraint() 146 equiv_class_id m_rhs; variable
|
H A D | region-model.cc | 3751 const equiv_class &rhs = c->m_rhs.get_obj (*m_constraints); in dump_to_pp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | sm-pattern-test.cc | 81 : m_lhs (lhs), m_op (op), m_rhs (rhs) {} in pattern_match() 89 && same_tree_p (m_rhs, other.m_rhs)); in operator ==() 101 m_lhs, op_symbol_code (m_op), m_rhs); in emit() 107 tree m_rhs; member in ana::__anonf44b0b2b0111::pattern_match
|
H A D | constraint-manager.cc | 1330 m_rhs.print (pp); in print() 1332 m_rhs.get_obj (cm).print (pp); in print() 1347 con_obj->set ("rhs", new json::integer_number (m_rhs.as_int ())); in to_json() 1360 hstate.add_int (m_rhs.m_idx); in hash() 1373 if (m_rhs != other.m_rhs) in operator ==() 1385 if (tree rhs_const = m_rhs.get_obj (cm).get_any_constant ()) in implied_by() 1386 if (tree other_rhs_const = other.m_rhs.get_obj (cm).get_any_constant ()) in implied_by() 1905 if (c->m_rhs == rhs_ec_id) in add_unknown_constraint() 1906 c->m_rhs = lhs_ec_id; in add_unknown_constraint() 1912 if (c->m_rhs == final_ec_id) in add_unknown_constraint() [all …]
|
H A D | constraint-manager.h | 328 : m_lhs (lhs), m_op (c_op), m_rhs (rhs) 352 equiv_class_id m_rhs;
|
H A D | region-model.h | 1243 m_lhs (lhs), m_op (op), m_rhs (rhs) in rejected_op_constraint() 1250 tree m_rhs; variable
|
H A D | region-model.cc | 4456 const svalue *rhs_sval = m.get_rvalue (m_rhs, NULL); in dump_to_pp()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | gen-mul-tables.cc | 164 Expr () : m_op (NULL), m_lhs (0), m_rhs (0), m_produced_val (0), in Expr() 180 int m_rhs; member in Expr 532 e->m_rhs = op->is_unary () ? op->m_rhs_if_unary : j; in find_sequences() 1340 e->m_lhs, e->m_rhs, (j + 1) == s->m_num_vals ? "}" : ","); in main() 1350 op->is_unary () ? "" : "r", e->m_rhs); in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | gen-mul-tables.cc | 164 Expr () : m_op (NULL), m_lhs (0), m_rhs (0), m_produced_val (0), in Expr() 180 int m_rhs; member in Expr 532 e->m_rhs = op->is_unary () ? op->m_rhs_if_unary : j; in find_sequences() 1342 e->m_lhs, e->m_rhs, (j + 1) == s->m_num_vals ? "}" : ","); in main() 1352 op->is_unary () ? "" : "r", e->m_rhs); in main()
|