HomeSort by: relevance | last modified time | path
    Searched defs:m_rtx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
read-rtl-function.cc 151 : m_loc (loc), m_rtx (x)
159 rtx m_rtx; member in class:fixup
259 XEXP (m_rtx, m_operand_idx) = *insn_from_uid;
262 const char *op_name = get_operand_name (m_rtx, m_operand_idx);
266 m_insn_uid, m_operand_idx, op_name, INSN_UID (m_rtx));
270 m_insn_uid, m_operand_idx, INSN_UID (m_rtx));
281 NOTE_BASIC_BLOCK (m_rtx) = bb;
291 switch (GET_CODE (m_rtx))
294 set_reg_attrs_for_decl_rtl (expr, m_rtx);
297 set_mem_expr (m_rtx, expr)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
read-rtl-function.cc 151 : m_loc (loc), m_rtx (x)
159 rtx m_rtx; member in class:fixup
259 XEXP (m_rtx, m_operand_idx) = *insn_from_uid;
262 const char *op_name = get_operand_name (m_rtx, m_operand_idx);
266 m_insn_uid, m_operand_idx, op_name, INSN_UID (m_rtx));
270 m_insn_uid, m_operand_idx, INSN_UID (m_rtx));
281 NOTE_BASIC_BLOCK (m_rtx) = bb;
291 switch (GET_CODE (m_rtx))
294 set_reg_attrs_for_decl_rtl (expr, m_rtx);
297 set_mem_expr (m_rtx, expr)
    [all...]

Completed in 14 milliseconds