Lines Matching refs:outfile

46 static FILE *outfile;
72 print_decl_name (FILE *outfile, tree node)
75 fputs (IDENTIFIER_POINTER (DECL_NAME (node)), outfile);
79 fprintf (outfile, "L." HOST_WIDE_INT_PRINT_DEC, LABEL_DECL_UID (node));
83 fprintf (outfile, "%c.%u", c, DECL_UID (node));
89 print_mem_expr (FILE *outfile, tree expr)
94 print_mem_expr (outfile, TREE_OPERAND (expr, 0));
96 fputs (" <variable>", outfile);
97 fputc ('.', outfile);
98 print_decl_name (outfile, TREE_OPERAND (expr, 1));
102 fputs (" (*", outfile);
103 print_mem_expr (outfile, TREE_OPERAND (expr, 0));
104 fputs (")", outfile);
108 fputs (" (A*", outfile);
109 print_mem_expr (outfile, TREE_OPERAND (expr, 0));
110 fputs (")", outfile);
114 fputs (" (M*", outfile);
115 print_mem_expr (outfile, TREE_OPERAND (expr, 0));
116 fputs (")", outfile);
119 fputs (" <result>", outfile);
122 fputc (' ', outfile);
123 print_decl_name (outfile, expr);
141 fputc (' ', outfile);
143 fprintf (outfile, "\n%s%*s", print_rtx_head, indent * 2, "");
149 fputs ("(nil)", outfile);
155 fprintf (outfile, "(??? bad code %d\n)", GET_CODE (in_rtx));
175 fputc ('(', outfile);
177 fprintf (outfile, "(%s", GET_RTX_NAME (GET_CODE (in_rtx)));
182 fputs ("/s", outfile);
185 fputs ("/v", outfile);
188 fputs ("/u", outfile);
191 fputs ("/f", outfile);
194 fputs ("/j", outfile);
197 fputs ("/c", outfile);
200 fputs ("/i", outfile);
205 fprintf (outfile, ":%s",
210 fprintf (outfile, ":%s", GET_MODE_NAME (GET_MODE (in_rtx)));
237 fputs (dump_for_graph ? " \\\"\\\"" : " \"\"", outfile);
241 fprintf (outfile, " (\\\"%s\\\")", str);
243 fprintf (outfile, " (\"%s\")", str);
255 fprintf (outfile, " [%d]", ORIGINAL_REGNO (in_rtx));
262 fprintf (outfile, " [flags 0x%x]", flags);
268 print_node_brief (outfile, "", decl, 0);
278 fprintf (outfile, " #");
280 fprintf (outfile, " %d", NOTE_EH_HANDLER (in_rtx));
287 dump_addr (outfile, " ", NOTE_BLOCK (in_rtx));
297 fprintf (outfile, " [bb %d]", bb->index);
305 fprintf (outfile, " ");
314 fprintf (outfile, " (\"%s\")", label);
316 fprintf (outfile, " \"\"");
325 fprintf (outfile, " [bb %d]", bb->index);
332 fprintf (outfile, " (");
333 print_mem_expr (outfile, NOTE_VAR_LOCATION_DECL (in_rtx));
334 fprintf (outfile, " ");
336 fprintf (outfile, ")");
347 fputs (dump_for_graph ? " \\\"\\\"" : " \"\"", outfile);
351 fprintf (outfile, " (\\\"%s\\\")", str);
353 fprintf (outfile, " (\"%s\")", str);
365 fprintf (outfile, " ");
375 fprintf (outfile, "\n%s%*s",
379 fputs (" [", outfile);
392 fprintf (outfile, "\n%s%*s", print_rtx_head, indent * 2, "");
394 fputs ("]", outfile);
401 fprintf (outfile, " ");
402 fprintf (outfile, HOST_WIDE_INT_PRINT_DEC, XWINT (in_rtx, i));
404 fprintf (outfile, " [" HOST_WIDE_INT_PRINT_HEX "]",
416 fprintf(outfile, " %s:%i", insn_file (in_rtx), insn_line (in_rtx));
424 fprintf (outfile, " %d", XINT (in_rtx, i));
433 fprintf (outfile, " %d %s", REGNO (in_rtx),
439 fprintf (outfile, " %d virtual-incoming-args", value);
441 fprintf (outfile, " %d virtual-stack-vars", value);
443 fprintf (outfile, " %d virtual-stack-dynamic", value);
445 fprintf (outfile, " %d virtual-outgoing-args", value);
447 fprintf (outfile, " %d virtual-cfa", value);
449 fprintf (outfile, " %d virtual-reg-%d", value,
456 fputc ('#', outfile);
458 fprintf (outfile, " %d", value);
463 fputs (" [", outfile);
465 fprintf (outfile, "orig:%i", ORIGINAL_REGNO (in_rtx));
467 print_mem_expr (outfile, REG_EXPR (in_rtx));
470 fprintf (outfile, "+" HOST_WIDE_INT_PRINT_DEC,
472 fputs (" ]", outfile);
479 fprintf (outfile, " {%s}", name);
489 fprintf (outfile, " %s", GET_NOTE_INSN_NAME (XINT (in_rtx, i)));
491 fprintf (outfile, " %d", XINT (in_rtx, i));
507 fprintf (outfile, " [# deleted]");
509 fprintf (outfile, " [%d deleted]", INSN_UID (sub));
519 fputs (" #", outfile);
521 fprintf (outfile, " %d", INSN_UID (sub));
524 fputs (" 0", outfile);
531 fputs (" {null}", outfile);
533 bitmap_print (outfile, XBITMAP (in_rtx, i), " {", "}");
540 dump_addr (outfile, " ", XTREE (in_rtx, i));
545 fputs (" Unknown", outfile);
552 fprintf (outfile, " %i", XBBDEF (in_rtx, i)->index);
564 fprintf (outfile, " [" HOST_WIDE_INT_PRINT_DEC, MEM_ALIAS_SET (in_rtx));
567 print_mem_expr (outfile, MEM_EXPR (in_rtx));
570 fprintf (outfile, "+" HOST_WIDE_INT_PRINT_DEC,
574 fprintf (outfile, " S" HOST_WIDE_INT_PRINT_DEC,
578 fprintf (outfile, " A%u", MEM_ALIGN (in_rtx));
580 fputc (']', outfile);
590 fprintf (outfile, " %s", s);
594 fprintf (outfile, " [%s]", s);
600 fprintf (outfile, " [%d uses]", LABEL_NUSES (in_rtx));
604 case LABEL_STATIC_ENTRY: fputs (" [entry]", outfile); break;
605 case LABEL_GLOBAL_ENTRY: fputs (" [global entry]", outfile); break;
606 case LABEL_WEAK_ENTRY: fputs (" [weak entry]", outfile); break;
611 fprintf (outfile, " [log_align %u skip %u]", LABEL_ALIGN_LOG (in_rtx),
626 fputc (')', outfile);
642 outfile = outf;
653 outfile = stderr;
742 outfile = outf;
763 fputs (print_rtx_head, outfile);
765 fprintf (outfile, "\n");
770 fputs (print_rtx_head, outfile);
781 outfile = outf;
786 fputs (print_rtx_head, outfile);