Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddefaults.h1179 #ifndef INSN_REFERENCES_ARE_DELAYED
1180 #define INSN_REFERENCES_ARE_DELAYED(INSN) false macro
Dresource.cc382 && INSN_REFERENCES_ARE_DELAYED (as_a <rtx_insn *> (x))) in mark_referenced_resources()
Dreorg.cc1453 if (INSN_REFERENCES_ARE_DELAYED (seq->insn (0))) in redundant_insn()
1552 if (INSN_REFERENCES_ARE_DELAYED (control)) in redundant_insn()
DChangeLog-199919491 * sh.h (INSN_SETS_ARE_DELAYED, INSN_REFERENCES_ARE_DELAYED): Use it.
20001 (INSN_REFERENCES_ARE_DELAYED): Likewise.
DChangeLog-20162309 * config/arc/arc.h (INSN_REFERENCES_ARE_DELAYED): Change.
27318 (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
DChangeLog-201535583 * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
35585 INSN_REFERENCES_ARE_DELAYED.
DChangeLog-200117566 * config/pa/pa.h (INSN_REFERENCES_ARE_DELAYED): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.h1064 #define INSN_REFERENCES_ARE_DELAYED(X) (pa_insn_refs_are_delayed (X)) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.h1547 #define INSN_REFERENCES_ARE_DELAYED(insn) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.h1542 #define INSN_REFERENCES_ARE_DELAYED(X) \ macro
Dsh.md2169 ;; The INSN_REFERENCES_ARE_DELAYED in sh.h is problematic because it
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in7808 @defmac INSN_REFERENCES_ARE_DELAYED (@var{insn})
Dtm.texi11714 @defmac INSN_REFERENCES_ARE_DELAYED (@var{insn})
Dgccint.info43390 -- Macro: INSN_REFERENCES_ARE_DELAYED (INSN)
55753 * INSN_REFERENCES_ARE_DELAYED: Misc. (line 504)