Searched refs:mem_mode (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | alias.c | 2142 true_dependence (rtx mem, enum machine_mode mem_mode, rtx x, in true_dependence() argument 2173 if (mem_mode == VOIDmode) in true_dependence() 2174 mem_mode = GET_MODE (mem); in true_dependence() 2185 if (! base_alias_check (x_addr, mem_addr, GET_MODE (x), mem_mode)) in true_dependence() 2191 if (! memrefs_conflict_p (GET_MODE_SIZE (mem_mode), mem_addr, in true_dependence() 2200 if (mem_mode == QImode || GET_CODE (mem_addr) == AND) in true_dependence() 2205 if (mem_mode == BLKmode || GET_MODE (x) == BLKmode) in true_dependence() 2219 canon_true_dependence (rtx mem, enum machine_mode mem_mode, rtx mem_addr, in canon_true_dependence() argument 2251 if (! base_alias_check (x_addr, mem_addr, GET_MODE (x), mem_mode)) in canon_true_dependence() 2255 if (! memrefs_conflict_p (GET_MODE_SIZE (mem_mode), mem_addr, in canon_true_dependence() [all …]
|
| HD | reload1.c | 568 replace_pseudos_in (rtx *loc, enum machine_mode mem_mode, rtx usage) in replace_pseudos_in() argument 586 x = eliminate_regs (x, mem_mode, usage); in replace_pseudos_in() 590 replace_pseudos_in (loc, mem_mode, usage); in replace_pseudos_in() 619 replace_pseudos_in (&XEXP (x, i), mem_mode, usage); in replace_pseudos_in() 622 replace_pseudos_in (& XVECEXP (x, i, j), mem_mode, usage); in replace_pseudos_in() 2312 eliminate_regs_1 (rtx x, enum machine_mode mem_mode, rtx insn, in eliminate_regs_1() argument 2360 mem_mode, insn, true); in eliminate_regs_1() 2401 if (mem_mode != 0 && GET_CODE (XEXP (x, 1)) == CONST_INT in eliminate_regs_1() 2425 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true); in eliminate_regs_1() 2426 rtx new1 = eliminate_regs_1 (XEXP (x, 1), mem_mode, insn, true); in eliminate_regs_1() [all …]
|
| HD | ChangeLog-2001 | 31964 (struct induction): Replace `mem_mode' with `mem' rtx.
|
| /NextBSD/contrib/gcc/doc/ |
| HD | tm.texi | 9045 @defmac LOAD_EXTEND_OP (@var{mem_mode}) 9047 memory in @var{mem_mode}, an integral mode narrower than a word, set the 9048 bits outside of @var{mem_mode} to be either the sign-extension or the 9050 of @var{mem_mode} for which the 9054 This macro is not called with @var{mem_mode} non-integral or with a width 9063 when the @var{from} mode is @var{mem_mode} and the @var{to} mode is any 9069 is larger then @var{mem_mode} but still smaller than @code{word_mode}.
|