|
GCC Middle and Back End API Reference
|


Public Types | |
| typedef std::pair< machine_mode, poly_wide_int_ref > | compare_type |
| typedef rtx_def * | value_type |
Static Public Member Functions | |
| static hashval_t | hash (rtx x) |
| static bool | equal (rtx x, const compare_type &y) |
| static hashval_t | hash (const value_type &) |
| static bool | equal (const value_type &existing, const compare_type &candidate) |
| static void | mark_deleted (rtx_def *&) |
| static void | mark_empty (rtx_def *&) |
| static bool | is_deleted (rtx_def *) |
| static bool | is_empty (rtx_def *) |
| static void | ggc_maybe_mx (rtx_def *&) |
| static int | keep_cache_entry (rtx_def *&e) |
| static void | remove (rtx_def *&) |
| static void | ggc_mx (rtx_def *&p) |
| static void | pch_nx (rtx_def *&p) |
Static Public Attributes | |
| static const bool | empty_zero_p |
| typedef std::pair<machine_mode, poly_wide_int_ref> const_poly_int_hasher::compare_type |
|
inherited |
|
static |
Returns true if CONST_POLY_INT X is an rtx representation of Y.
References CONST_POLY_INT_COEFFS, GET_MODE, i, NUM_POLY_INT_COEFFS, and y.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
static |
Returns a hash code for CONST_POLY_INT X.
References inchash::hash::add_int(), inchash::hash::add_wide_int(), CONST_POLY_INT_COEFFS, inchash::hash::end(), GET_MODE, i, and NUM_POLY_INT_COEFFS.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
staticinherited |