Home
last modified time | relevance | path

Searched refs:accesses (Results 1 – 25 of 62) sorted by relevance

123

/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-tilepro.texi221 symbol's TLS descriptor, to be used for general-dynamic TLS accesses.
227 general dynamic TLS accesses.
233 general dynamic TLS accesses.
244 initial-exec TLS accesses.
250 be used for initial-exec TLS accesses.
256 to be used for initial-exec TLS accesses.
266 the TCB, to be used for local-exec TLS accesses.
271 symbol's address from the TCB, to be used for local-exec TLS accesses.
276 symbol's address from the TCB, to be used for local-exec TLS accesses.
H A Dc-tilegx.texi268 accesses.
279 TLS accesses. It also checks that the value does not overflow.
285 for initial-exec TLS accesses.
296 be used for initial-exec TLS accesses. It also checks that the value
302 address from the TCB, to be used for local-exec TLS accesses.
312 address from the TCB, to be used for local-exec TLS accesses. It
H A Dc-tic6x.texi58 indicates position-independent addressing with GOT accesses using near
60 addressing with GOT accesses using far DP addressing. The linker will
H A Dc-mips.texi26 * MIPS Small Data:: Controlling the use of small data accesses
50 @xref{MIPS Small Data,, Controlling the use of small data accesses}.
288 etc.), and to not schedule @samp{nop} instructions around accesses to
296 instructions around accesses to the @samp{HI} and @samp{LO} registers.
545 of small data accesses}).
632 @section Controlling the use of small data accesses
/dragonfly/tools/regression/bin/sh/parameters/
H A Dmail2.02 # Test that an interactive shell accesses $MAIL.
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite-sese-to-poly.c1543 pdr_add_alias_set (ppl_Polyhedron_t accesses, data_reference_p dr, in pdr_add_alias_set() argument
1560 ppl_Polyhedron_add_constraint (accesses, cstr); in pdr_add_alias_set()
1572 pdr_add_memory_accesses (ppl_Polyhedron_t accesses, data_reference_p dr, in pdr_add_memory_accesses() argument
1600 ppl_Polyhedron_add_constraint (accesses, cstr); in pdr_add_memory_accesses()
1647 ppl_Polyhedron_add_constraint (accesses, cstr); in pdr_add_data_dimensions()
1667 ppl_Polyhedron_add_constraint (accesses, cstr); in pdr_add_data_dimensions()
1679 ppl_Polyhedron_t accesses; in build_poly_dr() local
1691 pdr_add_alias_set (accesses, dr, accessp_nb_dims, dom_nb_dims); in build_poly_dr()
1693 pdr_add_data_dimensions (accesses, dr, accessp_nb_dims, dom_nb_dims); in build_poly_dr()
1696 accesses); in build_poly_dr()
[all …]
H A Dtree-dump.c286 VEC(tree,gc) *accesses = BINFO_BASE_ACCESSES (t); in dequeue_and_dump()
296 tree access = (accesses ? VEC_index (tree, accesses, ix) in dequeue_and_dump()
H A Dgraphite-poly.h183 ppl_Pointset_Powerset_C_Polyhedron_t accesses; member
198 #define PDR_ACCESSES(PDR) (PDR->accesses)
H A Ddbxout.c2187 VEC(tree,gc) *accesses = BINFO_BASE_ACCESSES (binfo); in dbxout_type()
2200 tree access = (accesses ? VEC_index (tree, accesses, i) in dbxout_type()
H A Dgraphite-poly.c839 ppl_Pointset_Powerset_C_Polyhedron_t accesses, in new_poly_dr() argument
849 PDR_ACCESSES (pdr) = accesses; in new_poly_dr()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-dump.c275 vec<tree, va_gc> *accesses = BINFO_BASE_ACCESSES (t); in dequeue_and_dump() local
285 tree access = (accesses ? (*accesses)[ix] : access_public_node); in dequeue_and_dump()
H A Dgraphite.h193 isl_map *accesses; member
H A Dpasses.def129 variable accesses in loops into local variables accesses. */
195 They ensure memory accesses are not indirect wherever possible. */
H A Ddbxout.c2204 vec<tree, va_gc> *accesses = BINFO_BASE_ACCESSES (binfo); in dbxout_type() local
2217 tree access = (accesses ? (*accesses)[i] : access_public_node); in dbxout_type()
/dragonfly/doc/
H A DTODO.nvmm22 guest is dumb enough to perform such accesses.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dc++config392 // accesses occurred when the refcount was positive do not race with
393 // memory accesses which occurred after the refcount became zero.
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dsync.md128 ;; guarantee for 64-bit accesses that do not cross a cacheline boundary.
133 ;; accesses. In particular, there's no way to perform an atomic TImode
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dc++config484 // accesses occurred when the refcount was positive do not race with
485 // memory accesses which occurred after the refcount became zero.
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsearch.c539 vec<tree, va_gc> *accesses; in dfs_access_in_type() local
543 accesses = BINFO_BASE_ACCESSES (binfo); in dfs_access_in_type()
546 tree base_access = (*accesses)[i]; in dfs_access_in_type()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsearch.c650 VEC(tree,gc) *accesses; in dfs_access_in_type()
654 accesses = BINFO_BASE_ACCESSES (binfo); in dfs_access_in_type()
657 tree base_access = VEC_index (tree, accesses, i); in dfs_access_in_type()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtree-ssa.texi800 the virtual SSA web ties conflicting memory accesses and provides
802 possibly dependent memory accesses. Second an alias-oracle can
915 access and for subsequent accesses that do not modify the stored value.
918 of the modified object for that access and for subsequent accesses that
919 do not modify the value is undetermined. For all other accesses to an
/dragonfly/share/examples/diskless/
H A DREADME.BOOTP156 all accesses.
H A DREADME.TEMPLATING206 * The program accesses a file called .cpignore in each directory
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dsync.md136 ;; guarantee for 64-bit accesses that do not cross a cacheline boundary.
141 ;; accesses. In particular, there's no way to perform an atomic TImode
/dragonfly/sys/vfs/hammer2/
H A DFREEMAP182 bulk accesses efficient (in addition to normal file accesses).

123