Home
last modified time | relevance | path

Searched defs:REF (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddf.h628 #define DF_REF_REAL_REG(REF) (GET_CODE ((REF)->base.reg) == SUBREG \ argument
630 #define DF_REF_REGNO(REF) ((REF)->base.regno) argument
631 #define DF_REF_REAL_LOC(REF) (GET_CODE (*((REF)->regular_ref.loc)) == SUBREG \ argument
633 #define DF_REF_REG(REF) ((REF)->base.reg) argument
634 #define DF_REF_LOC(REF) (DF_REF_CLASS(REF) == DF_REF_REGULAR ? \ argument
636 #define DF_REF_BB(REF) (DF_REF_IS_ARTIFICIAL(REF) ? \ argument
638 #define DF_REF_BBNO(REF) (DF_REF_BB (REF)->index) argument
639 #define DF_REF_INSN_INFO(REF) ((REF)->base.insn_info) argument
640 #define DF_REF_INSN(REF) ((REF)->base.insn_info->insn) argument
641 #define DF_REF_INSN_UID(REF) (INSN_UID (DF_REF_INSN(REF))) argument
[all …]
H A Dloop-iv.c103 #define DF_REF_IV(REF) iv_ref_table[DF_REF_ID(REF)] argument
104 #define DF_REF_IV_SET(REF, IV) iv_ref_table[DF_REF_ID(REF)] = (IV) argument
H A Dtree-ssa-loop-im.c201 #define MEM_ANALYZABLE(REF) ((REF)->mem != error_mark_node) argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddf.h649 #define DF_REF_REAL_REG(REF) (GET_CODE ((REF)->base.reg) == SUBREG \ argument
651 #define DF_REF_REGNO(REF) ((REF)->base.regno) argument
652 #define DF_REF_REAL_LOC(REF) (GET_CODE (*((REF)->regular_ref.loc)) == SUBREG \ argument
654 #define DF_REF_REG(REF) ((REF)->base.reg) argument
655 #define DF_REF_LOC(REF) (DF_REF_CLASS (REF) == DF_REF_REGULAR ? \ argument
657 #define DF_REF_BB(REF) (DF_REF_IS_ARTIFICIAL (REF) \ argument
660 #define DF_REF_BBNO(REF) (DF_REF_BB (REF)->index) argument
661 #define DF_REF_INSN_INFO(REF) ((REF)->base.insn_info) argument
662 #define DF_REF_INSN(REF) ((REF)->base.insn_info->insn) argument
663 #define DF_REF_INSN_UID(REF) (INSN_UID (DF_REF_INSN(REF))) argument
[all …]
H A Dloop-iv.c101 #define DF_REF_IV(REF) iv_ref_table[DF_REF_ID (REF)] argument
102 #define DF_REF_IV_SET(REF, IV) iv_ref_table[DF_REF_ID (REF)] = (IV) argument
H A Dtree-ssa-loop-im.c217 #define MEM_ANALYZABLE(REF) ((REF)->id != UNANALYZABLE_MEM_ID) argument
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c22 #define REF(ptr) (ptr) macro
24 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) macro
H A Darchive_ppmd7.c37 #define REF(ptr) (ptr) macro
39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) macro
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dlinker.c1334 REF, /* Mark defined symbol referenced. */ enumerator
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dlinker.c1279 REF, /* Mark defined symbol referenced. */ enumerator
/dflybsd-src/contrib/gdb-7/bfd/
H A Dlinker.c1467 REF, /* Mark defined symbol referenced. */ enumerator