Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddf.h174 #define DF_REF_REAL_REG(REF) (GET_CODE ((REF)->reg) == SUBREG \ argument
176 #define DF_REF_REGNO(REF) REGNO (DF_REF_REAL_REG (REF)) argument
177 #define DF_REF_REAL_LOC(REF) (GET_CODE ((REF)->reg) == SUBREG \ argument
180 #define DF_REF_REG(REF) DF_REF_REAL_REG(REF) argument
181 #define DF_REF_LOC(REF) DF_REF_REAL_LOC(REF) argument
183 #define DF_REF_REG(REF) ((REF)->reg) argument
184 #define DF_REF_LOC(REF) ((REF)->loc) argument
186 #define DF_REF_BB(REF) (BLOCK_FOR_INSN ((REF)->insn)) argument
187 #define DF_REF_BBNO(REF) (BLOCK_FOR_INSN ((REF)->insn)->index) argument
188 #define DF_REF_INSN(REF) ((REF)->insn) argument
[all …]
H A Drtl.h986 #define LABEL_NEXTREF(REF) XCEXP (REF, 1, LABEL_REF) argument
/openbsd-src/gnu/gcc/gcc/
H A Ddf.h406 #define DF_REF_REAL_REG(REF) (GET_CODE ((REF)->reg) == SUBREG \ argument
408 #define DF_REF_REGNO(REF) ((REF)->regno) argument
409 #define DF_REF_REAL_LOC(REF) (GET_CODE ((REF)->reg) == SUBREG \ argument
411 #define DF_REF_REG(REF) ((REF)->reg) argument
412 #define DF_REF_LOC(REF) ((REF)->loc) argument
413 #define DF_REF_BB(REF) ((REF)->bb) argument
414 #define DF_REF_BBNO(REF) (DF_REF_BB (REF)->index) argument
415 #define DF_REF_INSN(REF) ((REF)->insn) argument
416 #define DF_REF_INSN_UID(REF) (INSN_UID ((REF)->insn)) argument
417 #define DF_REF_TYPE(REF) ((REF)->type) argument
[all …]
H A Dloop-iv.c96 #define DF_REF_IV(REF) ((struct rtx_iv *) DF_REF_DATA (REF)) argument
97 #define DF_REF_IV_SET(REF, IV) DF_REF_DATA (REF) = (IV) argument
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTemplateArgumentVisitor.h27 #define REF(CLASS) typename Ref<CLASS>::type macro
/openbsd-src/usr.sbin/smtpd/
H A Dqueue_fs.c64 #define REF (int*)0xf00 macro
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dlinker.c1379 REF, /* Mark defined symbol referenced. */ enumerator
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dlinker.c1424 REF, /* Mark defined symbol referenced. */ enumerator
/openbsd-src/gnu/usr.bin/perl/
H A Dregnodes.h887 #define REF 73 /* 0x49 Match some already macro