Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddf.h735 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) argument
736 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL)) argument
737 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE()) \ argument
H A Dsel-sched-ir.h769 #define SID_BY_UID(UID) (VEC_index (sel_insn_data_def, s_i_d, LUID_BY_UID (UID))) argument
779 #define INSN_ORIGINATORS_BY_UID(UID) (SID_BY_UID (UID)->originators) argument
H A Dsched-int.h112 #define LUID_BY_UID(UID) (VEC_index (int, sched_luids, UID)) argument
H A Dtree.h2676 #define SET_DECL_PT_UID(NODE, UID) \ argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddf.h760 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) argument
761 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL)) argument
762 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \ argument
H A Dsel-sched-ir.h784 #define SID_BY_UID(UID) (&s_i_d[LUID_BY_UID (UID)]) argument
794 #define INSN_ORIGINATORS_BY_UID(UID) (SID_BY_UID (UID)->originators) argument
H A Dsched-int.h110 #define LUID_BY_UID(UID) (sched_luids[UID]) argument
H A Dtree.h2313 #define SET_DECL_PT_UID(NODE, UID) \ argument
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DDevicePath.h211 UINT32 UID; member
231 UINT32 UID; member