Home
last modified time | relevance | path

Searched refs:print_mem_expr (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprint-rtl.c183 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 Dfinal.c3711 print_mem_expr (asm_out_file, expr); in output_asm_operand_names()
H A Drtl.h4094 extern void print_mem_expr (FILE *, const_tree);
H A Dvar-tracking.c7268 print_mem_expr (dump_file, dv_as_decl (list->dv)); in dump_attrs_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprint-rtl.cc185 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 Dfinal.cc3337 print_mem_expr (asm_out_file, expr); in output_asm_operand_names()
H A Drtl.h4232 extern void print_mem_expr (FILE *, const_tree);
H A Dvar-tracking.cc7299 print_mem_expr (dump_file, dv_as_decl (list->dv)); in dump_attrs_list()
H A DChangeLog-20091474 (print_mem_expr): Pass dump_flags.
16338 (print_mem_expr): Implement in terms of print_generic_expr.
H A DChangeLog-200713981 * 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 DChangeLog-200212761 * print-rtl.c (print_mem_expr): Likewise.
16559 * print-rtl.c (print_mem_expr): Don't crash on unnamed fields.
H A DChangeLog-200411536 * print-rtl.c (print_mem_expr): Likewise.
13206 (print_mem_expr): Use it.
H A DChangeLog-20013353 * print-rtl.c (print_mem_expr): New.
H A DChangeLog-202019952 * print-rtl.c (print_mem_expr): Enable TDF_SLIM in dump_flags.