Searched refs:print_mem_expr (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | print-rtl.c | 183 print_mem_expr (FILE *outfile, const_tree expr) in print_mem_expr() function 548 print_mem_expr (m_outfile, REG_EXPR (in_rtx)); in print_rtx_operand_code_r() 685 print_mem_expr (m_outfile, DEBUG_IMPLICIT_PTR_DECL (in_rtx)); in print_rtx_operand() 687 print_mem_expr (m_outfile, DEBUG_PARAMETER_REF_DECL (in_rtx)); in print_rtx_operand() 867 print_mem_expr (m_outfile, PAT_VAR_LOCATION_DECL (in_rtx)); in print_rtx() 918 print_mem_expr (m_outfile, MEM_EXPR (in_rtx)); in print_rtx()
|
H A D | final.c | 3711 print_mem_expr (asm_out_file, expr); in output_asm_operand_names()
|
H A D | rtl.h | 4094 extern void print_mem_expr (FILE *, const_tree);
|
H A D | var-tracking.c | 7268 print_mem_expr (dump_file, dv_as_decl (list->dv)); in dump_attrs_list()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | print-rtl.cc | 185 print_mem_expr (FILE *outfile, const_tree expr) in print_mem_expr() function 581 print_mem_expr (m_outfile, REG_EXPR (in_rtx)); in print_rtx_operand_code_r() 718 print_mem_expr (m_outfile, DEBUG_IMPLICIT_PTR_DECL (in_rtx)); in print_rtx_operand() 720 print_mem_expr (m_outfile, DEBUG_PARAMETER_REF_DECL (in_rtx)); in print_rtx_operand() 900 print_mem_expr (m_outfile, PAT_VAR_LOCATION_DECL (in_rtx)); in print_rtx() 951 print_mem_expr (m_outfile, MEM_EXPR (in_rtx)); in print_rtx()
|
H A D | final.cc | 3337 print_mem_expr (asm_out_file, expr); in output_asm_operand_names()
|
H A D | rtl.h | 4232 extern void print_mem_expr (FILE *, const_tree);
|
H A D | var-tracking.cc | 7299 print_mem_expr (dump_file, dv_as_decl (list->dv)); in dump_attrs_list()
|
H A D | ChangeLog-2009 | 1474 (print_mem_expr): Pass dump_flags. 16338 (print_mem_expr): Implement in terms of print_generic_expr.
|
H A D | ChangeLog-2007 | 13981 * print-rtl.c (print_rtx, print_decl_name, print_mem_expr, 14015 print_mem_expr, print_rtl, print_simple_rtl, print_rtl_single,
|
H A D | ChangeLog-2002 | 12761 * print-rtl.c (print_mem_expr): Likewise. 16559 * print-rtl.c (print_mem_expr): Don't crash on unnamed fields.
|
H A D | ChangeLog-2004 | 11536 * print-rtl.c (print_mem_expr): Likewise. 13206 (print_mem_expr): Use it.
|
H A D | ChangeLog-2001 | 3353 * print-rtl.c (print_mem_expr): New.
|
H A D | ChangeLog-2020 | 19952 * print-rtl.c (print_mem_expr): Enable TDF_SLIM in dump_flags.
|