Home
last modified time | relevance | path

Searched refs:m_compact (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dprint-rtl.cc89 m_in_call_function_usage (false), m_simple (simple), m_compact (compact) in rtx_writer()
303 && !m_compact) in print_rtx_operand_code_0()
507 if (m_compact && is_insn && &INSN_CODE (in_rtx) == &XINT (in_rtx, idx)) in print_rtx_operand_code_i()
538 if (regno <= LAST_VIRTUAL_REGISTER && !m_compact) in print_rtx_operand_code_r()
563 else if (m_compact) in print_rtx_operand_code_r()
601 if (m_compact && INSN_CHAIN_CODE_P (GET_CODE (in_rtx)) && idx < 2) in print_rtx_operand_code_u()
686 if (! m_simple && !m_compact) in print_rtx_operand()
733 if (m_compact) in print_rtx_operand()
771 return m_compact; in operand_has_default_value_p()
843 if (m_compact && is_a <const rtx_insn *, const struct rtx_def> (in_rtx)) in print_rtx()
[all …]
Dread-md.h176 bool is_compact () const { return m_compact; } in is_compact()
247 bool m_compact;
Dprint-rtl.h69 bool m_compact; variable
Dread-md.cc1000 : m_compact (compact), in md_reader()
DChangeLog-201741382 (md_reader::m_compact): New field.