|
GCC Middle and Back End API Reference
|
#include <gensupport.h>

Data Fields | |
| struct pred_data * | next |
| const char * | name |
| bool | special |
| const char * | c_block |
| rtx | exp |
| enum rtx_code | singleton |
| int | num_codes |
| bool | allows_non_lvalue |
| bool | allows_non_const |
| bool | codes [NUM_RTX_CODE] |
Predicate handling: helper functions and data structures.
| bool pred_data::allows_non_const |
| bool pred_data::allows_non_lvalue |
| const char* pred_data::c_block |
data used primarily by genpreds.c
Referenced by process_define_predicate().
| bool pred_data::codes[NUM_RTX_CODE] |
Referenced by valid_predicate_name_p().
| rtx pred_data::exp |
| const char* pred_data::name |
Referenced by add_c_test(), and process_define_predicate().
| struct pred_data* pred_data::next |
| int pred_data::num_codes |
| enum rtx_code pred_data::singleton |
data used primarily by genrecog.c
| bool pred_data::special |
Referenced by add_c_test().