Home
last modified time | relevance | path

Searched refs:base_object (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/dev/isci/scil/
H A Dsci_object.h93 SCI_OBJECT_HANDLE_T base_object
116 SCI_OBJECT_HANDLE_T base_object,
120 #define sci_object_set_association(base_object, associated_object) \ argument
121 ((*((void **)base_object)) = (associated_object))
H A Dsci_base_object.c98 SCI_BASE_OBJECT_T * base_object, in sci_base_object_construct() argument
103 base_object->logger = logger; in sci_base_object_construct()
105 base_object->associated_object = NULL; in sci_base_object_construct()
H A Dsci_base_state.h77 SCI_BASE_OBJECT_T *base_object
H A Dsci_base_object.h111 SCI_BASE_OBJECT_T * base_object,
/freebsd-12.1/contrib/gcc/
H A Dtree-data-ref.h60 tree base_object; member
116 #define DR_BASE_OBJECT(DR) (DR)->object_info.base_object
H A Dtree-ssa-loop-ivopts.c105 tree base_object; /* A memory object to that the induction variable points. */ member
397 if (iv->base_object) in dump_iv()
400 print_generic_expr (file, iv->base_object, TDF_SLIM); in dump_iv()
898 iv->base_object = determine_base_object (base); in alloc_iv()
3881 if (use->iv->base_object in get_computation_cost_at()
3882 && cand->iv->base_object in get_computation_cost_at()
3883 && !operand_equal_p (use->iv->base_object, cand->iv->base_object, 0)) in get_computation_cost_at()
H A DChangeLog-200410118 * tree-ssa-loop-ivopts.c (struct iv): Add base_object field.
10119 (dump_iv): Dump base_object.
10122 (alloc_iv): Initialize base_object field.
/freebsd-12.1/contrib/gcc/doc/
H A Dloop.texi522 @code{a.base_object} and @code{b.base_object};