Searched refs:add_predicate_code (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gensupport.h | 81 extern void add_predicate_code (struct pred_data *, enum rtx_code);
|
H A D | gensupport.c | 345 add_predicate_code (pred, (enum rtx_code) i); in process_define_predicate() 1606 add_predicate_code (struct pred_data *pred, enum rtx_code code) in add_predicate_code() function 1703 add_predicate_code (pred, std_preds[i].codes[j]); in init_predicate_table() 1708 add_predicate_code (pred, (enum rtx_code) j); in init_predicate_table()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gensupport.h | 188 extern void add_predicate_code (struct pred_data *, enum rtx_code);
|
H A D | gensupport.c | 391 add_predicate_code (pred, (enum rtx_code) i); in process_define_predicate() 2814 add_predicate_code (struct pred_data *pred, enum rtx_code code) in add_predicate_code() function 2918 add_predicate_code (pred, std_preds[i].codes[j]); in init_predicate_table() 2923 add_predicate_code (pred, (enum rtx_code) j); in init_predicate_table()
|