Home
last modified time | relevance | path

Searched refs:early (Results 1 – 25 of 79) sorted by relevance

1234

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ring.c501 uint32_t value, result, early[3]; in amdgpu_debugfs_ring_read() local
509 early[0] = amdgpu_ring_get_rptr(ring) & ring->buf_mask; in amdgpu_debugfs_ring_read()
510 early[1] = amdgpu_ring_get_wptr(ring) & ring->buf_mask; in amdgpu_debugfs_ring_read()
511 early[2] = ring->wptr & ring->buf_mask; in amdgpu_debugfs_ring_read()
513 r = put_user(early[i], (uint32_t *)buf); in amdgpu_debugfs_ring_read()
/dragonfly/sys/platform/pc64/include/
H A Dframebuffer.h63 int probe_efi_fb(int early);
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-chkp.c700 chkp_produce_thunks (bool early) in chkp_produce_thunks() argument
711 || !early)) in chkp_produce_thunks()
732 if (!early) in chkp_produce_thunks()
H A Dipa-inline.c307 bool early = false)
329 if (!early && (!opt_for_fn (callee->decl, optimize)
399 bool disregard_limits = false, bool early = false)
443 if (always_inline && early)
478 || (!early && check_maybe_down (flag_devirtualize)))
2111 flatten_function (struct cgraph_node *node, bool early) in flatten_function() argument
2142 flatten_function (callee, early); in flatten_function()
2149 if (!early in flatten_function()
2180 flatten_function (e->callee, early); in flatten_function()
H A Dtimevar.def145 DEFTIMEVAR (TV_EARLY_INLINING , "early inlining heuristics")
256 DEFTIMEVAR (TV_EARLY_REMAT , "early rematerialization")
302 DEFTIMEVAR (TV_EARLY_LOCAL , "early local passes")
H A Dpasses.def107 early optimizations again. It is thus good idea to do this
169 symbols are not allowed outside of the comdat group. Privatizing early
H A Dipa-fnsummary.c2002 analyze_function_body (struct cgraph_node *node, bool early) in analyze_function_body() argument
2037 if (!early) in analyze_function_body()
2281 if (nonconstant_names.exists () && !early) in analyze_function_body()
2390 if (!early) in analyze_function_body()
2408 compute_fn_summary (struct cgraph_node *node, bool early) in compute_fn_summary() argument
2506 analyze_function_body (node, early); in compute_fn_summary()
H A Dparams.def111 /* Limit of iterations of early inliner. This basically bounds number of
112 nested indirect calls early inliner can resolve. Deeper chains are still
115 "max-early-inliner-iterations",
116 "The maximum number of nested indirect inlining performed by early inliner.",
204 "early-inlining-insns",
205 "Maximal estimated growth of function body caused by early inlining of single call.",
H A Dpredict.def128 DEF_PREDICTOR (PRED_TREE_EARLY_RETURN, "early return (on trees)", HITRATE (66),
/dragonfly/contrib/mpfr/
H A DAUTHORS9 Mathieu Dutour acos.c, asin.c, atan.c and early gamma.c
/dragonfly/share/examples/drivers/
H A Dmake_pseudo_driver.sh242 * Occurs ONCE during boot (very early).
/dragonfly/sys/config/
H A DVKERNEL6427 options ALTQ_RED #random early detection
/dragonfly/test/stress/fsstress/
H A DREADME38 > release...early January. Thanks again to the guys at Apple.
/dragonfly/contrib/nvi2/
H A DREADME55 Bruce Englar encouraged the early development of this display
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-inline.c1595 flatten_function (struct cgraph_node *node, bool early) in flatten_function() argument
1625 flatten_function (callee, early); in flatten_function()
1632 if (!early in flatten_function()
1662 flatten_function (e->callee, early); in flatten_function()
H A Dparams.def103 /* Limit of iterations of early inliner. This basically bounds number of
104 nested indirect calls early inliner can resolve. Deeper chains are still
107 "max-early-inliner-iterations",
108 "The maximum number of nested indirect inlining performed by early inliner",
196 "early-inlining-insns",
197 "Maximal estimated growth of function body caused by early inlining of single call",
H A Dpredict.def103 DEF_PREDICTOR (PRED_TREE_EARLY_RETURN, "early return (on trees)", HITRATE (61), 0)
H A Dipa-inline-analysis.c1865 estimate_function_body_sizes (struct cgraph_node *node, bool early) in estimate_function_body_sizes() argument
1881 if (ipa_node_params_vector && !early && optimize) in estimate_function_body_sizes()
2067 compute_inline_parameters (struct cgraph_node *node, bool early) in compute_inline_parameters() argument
2134 estimate_function_body_sizes (node, early); in compute_inline_parameters()
/dragonfly/etc/
H A Drc.subr118 # Returns non-zero when early termination should occur, in which
123 # Remember, plret is set to the early termination return code + 1,
163 # The return code is 0 if early termination is not to occur, non-zero if
164 # it is to occur. When early termination is to occur the caller should
165 # return check_early_term()'s return code - 1. That is, early termination
168 # The provide list will be adjusted when early termination occurs.
/dragonfly/sbin/natd/
H A DHISTORY137 - Drop support for early FreeBSD 2.2 versions
/dragonfly/stand/boot/pc32/cdboot/
H A Dcdboot.S419 # reload the packet. In early boot CDs can timeout for
/dragonfly/usr.bin/compress/doc/
H A Drevision.log34 * Integrate decompress() stack speedups (from early pointer mods by McKie).
/dragonfly/usr.bin/indent/
H A DREADME48 | Time passed. Some years later, indent showed up on one of the early
/dragonfly/contrib/bmake/mk/
H A Dmk-files.txt16 Since the early 90's my main development machines, run BSD
324 ``MK_AUTO_OBJ=yes`` and include auto.obj.mk_ since it is best done early.
/dragonfly/contrib/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2create_initrd.pod84 These modules are loaded into the kernel early in the initrd phase of the boot

1234