#include <gensupport.h>

Data Fields | |
| struct pred_data * | next |
| const char * | name |
| bool | special |
| const char * | c_block |
| rtx | exp |
| enum rtx_code | singleton |
| bool | allows_non_lvalue |
| bool | allows_non_const |
| bool | codes [NUM_RTX_CODE] |
Definition at line 72 of file gensupport.h.
struct pred_data * pred_data::next [read] |
| const char * pred_data::name |
Definition at line 75 of file gensupport.h.
Referenced by add_predicate(), add_to_sequence(), init_predicate_table(), lookup_predicate(), process_define_predicate(), write_one_predicate_function(), write_predicate_subfunction(), and write_tm_preds_h().
Definition at line 76 of file gensupport.h.
Referenced by add_mode_tests(), init_predicate_table(), mark_mode_tests(), process_define_predicate(), and validate_pattern().
| const char * pred_data::c_block |
Definition at line 79 of file gensupport.h.
Referenced by process_define_predicate(), and write_predicate_subfunction().
Definition at line 80 of file gensupport.h.
Referenced by add_mode_tests(), process_define_predicate(), write_one_predicate_function(), and write_predicate_subfunction().
Definition at line 83 of file gensupport.h.
Referenced by add_to_sequence(), init_predicate_table(), and process_define_predicate().
Definition at line 84 of file gensupport.h.
Referenced by init_predicate_table(), process_define_predicate(), and validate_pattern().
Definition at line 85 of file gensupport.h.
Referenced by init_predicate_table(), process_define_predicate(), and validate_pattern().
Definition at line 86 of file gensupport.h.
Referenced by add_to_sequence(), compute_predicate_codes(), init_predicate_table(), process_define_predicate(), and write_switch().
1.5.6