Home
last modified time | relevance | path

Searched defs:DR (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-data-ref.h177 #define DR_STMT(DR) (DR)->stmt argument
178 #define DR_REF(DR) (DR)->ref argument
179 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object argument
180 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices.unconstrained_base argument
181 #define DR_ACCESS_FNS(DR) (DR)->indices.access_fns argument
182 #define DR_ACCESS_FN(DR, I) DR_ACCESS_FNS (DR)[I] argument
183 #define DR_NUM_DIMENSIONS(DR) DR_ACCESS_FNS (DR).length () argument
184 #define DR_IS_READ(DR) (DR)->is_read argument
185 #define DR_IS_WRITE(DR) (!DR_IS_READ (DR)) argument
186 #define DR_IS_CONDITIONAL_IN_STMT(DR) (DR)->is_conditional_in_stmt argument
[all …]
H A Dtree-if-conv.c684 #define IFC_DR(DR) ((struct ifc_dr *) (DR)->aux) argument
685 #define DR_BASE_W_UNCONDITIONALLY(DR) (IFC_DR (DR)->written_at_least_once) argument
686 #define DR_RW_UNCONDITIONALLY(DR) (IFC_DR (DR)->rw_unconditionally) argument
687 #define DR_W_UNCONDITIONALLY(DR) (IFC_DR (DR)->w_unconditionally) argument
H A Dtree-vectorizer.h1203 #define DR_MISALIGNMENT(DR) dr_misalignment (DR) argument
1204 #define SET_DR_MISALIGNMENT(DR, VAL) set_dr_misalignment (DR, VAL) argument
1208 #define DR_TARGET_ALIGNMENT(DR) DR_VECT_AUX (DR)->target_alignment argument
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-data-ref.h201 #define DR_STMT(DR) (DR)->stmt argument
202 #define DR_REF(DR) (DR)->ref argument
203 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object argument
204 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices.unconstrained_base argument
205 #define DR_ACCESS_FNS(DR) (DR)->indices.access_fns argument
206 #define DR_ACCESS_FN(DR, I) VEC_index (tree, DR_ACCESS_FNS (DR), I) argument
207 #define DR_NUM_DIMENSIONS(DR) VEC_length (tree, DR_ACCESS_FNS (DR)) argument
208 #define DR_IS_READ(DR) (DR)->is_read argument
209 #define DR_IS_WRITE(DR) (!DR_IS_READ (DR)) argument
210 #define DR_BASE_ADDRESS(DR) (DR)->innermost.base_address argument
[all …]
H A Dtree-if-conv.c469 #define IFC_DR(DR) ((struct ifc_dr *) (DR)->aux) argument
470 #define DR_WRITTEN_AT_LEAST_ONCE(DR) (IFC_DR (DR)->written_at_least_once) argument
471 #define DR_RW_UNCONDITIONALLY(DR) (IFC_DR (DR)->rw_unconditionally) argument
H A Dtree-vectorizer.h776 #define DR_MISALIGNMENT(DR) ((int) (size_t) (DR)->aux) argument
777 #define SET_DR_MISALIGNMENT(DR, VAL) ((DR)->aux = (void *) (size_t) (VAL)) argument
/dflybsd-src/sys/cpu/x86_64/misc/
H A Ddb_disasm.c109 #define DR 17 /* debug register */ macro