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

  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 115 in the appropriate qty_table `const_rtx'. This is in addition to
124 `const_rtx'.
226 `const_rtx' holds the rtx of the constant value of this
246 rtx const_rtx; member in struct:qty_table_elem
638 approx_reg_cost (const_rtx x)
644 const_rtx x = *iter;
860 ent->const_rtx = ent->const_insn = NULL;
1630 exp_ent->const_rtx = gen_lowpart (exp_ent->mode, x);
1636 && ! qty_table[REG_QTY (REGNO (x))].const_rtx
1648 x_ent->const_rtx
    [all...]
coretypes.h 58 typedef const struct rtx_def *const_rtx; typedef in typeref:struct:rtx_def
380 #define const_rtx struct _dont_use_rtx_here_ * macro
builtins.cc 6818 rtx const_rtx = NULL_RTX;
6831 const_rtx = c_readstr (const_str + offset, unit_mode);
6832 rtx op0 = (const_str_n == 1) ? const_rtx : var_rtx;
6833 rtx op1 = (const_str_n == 1) ? var_rtx : const_rtx;
6815 rtx const_rtx = NULL_RTX; local

Completed in 34 milliseconds