|
GCC Middle and Back End API Reference
|


Public Types | |
| typedef rtx_def * | value_type |
| typedef rtx_def * | compare_type |
Static Public Member Functions | |
| static hashval_t | hash (rtx x) |
| static bool | equal (rtx x, rtx 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 |
A hash table storing all CONST_FIXEDs.
|
inherited |
|
inherited |
Returns true if the value represented by X is the same as that represented by Y.
References a, b, CONST_FIXED_VALUE, fixed_identical(), GET_MODE, and y.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
static |
Returns a hash code for X (which is really a CONST_FIXED).
References CONST_FIXED_VALUE, fixed_hash(), and GET_MODE.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
staticinherited |