Searched refs:queue_pattern (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gensupport.c | 69 static void queue_pattern PARAMS ((rtx, struct queue_elem ***, 138 queue_pattern (pattern, list_tail, filename, lineno) in queue_pattern() function 276 queue_pattern (desc, &define_insn_tail, read_rtx_filename, lineno); 280 queue_pattern (desc, &define_cond_exec_tail, read_rtx_filename, lineno); 284 queue_pattern (desc, &define_attr_tail, read_rtx_filename, lineno); 324 queue_pattern (desc, &define_insn_tail, read_rtx_filename, lineno); 325 queue_pattern (split, &other_tail, read_rtx_filename, lineno); 330 queue_pattern (desc, &other_tail, read_rtx_filename, lineno); 837 queue_pattern (insn, &other_tail, insn_elem->filename,
|
H A D | ChangeLog.3 | 4195 (queue_pattern): New.
|
H A D | ChangeLog.7 | 5732 (queue_pattern): Initialize it; update all callers.
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gensupport.c | 83 static struct queue_elem *queue_pattern (rtx, struct queue_elem ***, 154 queue_pattern (rtx pattern, struct queue_elem ***list_tail, in queue_pattern() function 277 queue_pattern (desc, &define_insn_tail, read_rtx_filename, lineno); in process_rtx() 281 queue_pattern (desc, &define_cond_exec_tail, read_rtx_filename, lineno); in process_rtx() 285 queue_pattern (desc, &define_attr_tail, read_rtx_filename, lineno); in process_rtx() 294 queue_pattern (desc, &define_pred_tail, read_rtx_filename, lineno); in process_rtx() 340 = queue_pattern (desc, &define_insn_tail, read_rtx_filename, in process_rtx() 343 = queue_pattern (split, &other_tail, read_rtx_filename, lineno); in process_rtx() 349 queue_pattern (desc, &other_tail, read_rtx_filename, lineno); in process_rtx() 845 queue_pattern (insn, &other_tail, insn_elem->filename, in process_one_cond_exec() [all …]
|