Home
last modified time | relevance | path

Searched full:merges (Results 1 – 25 of 191) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMergedLoadStoreMotion.h10 //! This pass performs merges of loads and stores on both sides of a
14 // diamond (hammock) and merges them into a single load in the header. Similar
15 // it sinks and merges two stores to the tail block (footer). The algorithm
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c32 * Merges can proceed independently. As such, we perform the merges in parallel
34 * data from a single input file, or the result of one or more merges) can only
39 * merged are each the product of merges of half of the input files.
43 * takes the results of Phase I, and merges them two at a time. This disparity
45 * with the size of the CTF data being merged. As such, merges of CTF graphs
46 * newly read from input files are much faster than merges of CTF graphs that
47 * are themselves the results of prior merges.
49 * A further complication is the need to ensure the repeatability of CTF merges.
76 * 3. T1 reads the third input file, which it merges into wip[0]. The
78 * 4. T2 reads the fourth input file, which it merges into wip[1]. wip[1]
[all …]
H A Dfixup_tdescs.c73 * expect, this causes merges to fail. Since everyone indirectly contains
74 * a pointer to a CPU structure, the failed merges can cause massive amounts
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DConstantMerge.h9 // This file defines the interface to a pass that merges duplicate global
28 /// A pass that merges duplicate global constants into a single constant.
/freebsd/contrib/unifdef/scripts/
H A Dgitlog2changelog.sh5 git log --no-merges -M --stat \
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbin_stats.h20 * periodically merges into this counter.
/freebsd/crypto/openssl/util/
H A Dmerge-err-lines10 # names are very long. This script looks for those lines and merges them.
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h33 // merges duplicate definitions across DSO boundaries.
34 // We also cannot mark it as `const`, otherwise msvc merges all definitions
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DControlHeightReduction.h9 // This pass merges conditional blocks of code and reduces the number of
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-unique.mk7 . warning The modifier ':u' only merges _adjacent_ duplicate words.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra20-mc.yaml15 The Tegra20 Memory Controller merges request streams from various client
/freebsd/crypto/openssl/doc/man3/
H A DEVP_set_default_properties.pod33 query for the given I<libctx>. It merges the fips default property query with any
H A DOSSL_PARAM_dup.pod25 OSSL_PARAM_merge() merges the parameter arrays I<params> and I<params1> into a
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp10 //! This pass performs merges of loads and stores on both sides of a
14 // diamond (hammock) and merges them into a single load in the header. Similar
15 // it sinks and merges two stores to the tail block (footer). The algorithm
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-static-funnel.yaml23 The Coresight static funnel merges 2-8 trace sources into a single trace
H A Darm,coresight-dynamic-funnel.yaml23 The Coresight funnel merges 2-8 trace sources into a single trace
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h239 * Frontend action adaptor that merges ASTs together.
241 * This action takes an existing AST file and "merges" it into the AST
/freebsd/libexec/bootpd/
H A DAnnounce4 This version merges most of the enhancements and bug-fixes from the
/freebsd/cddl/usr.bin/ctfmerge/
H A Dctfmerge.165 utility merges several CTF (Compact C Type Format) data sections from several
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade58 % git rebase --rebase-merges -i freebsd/main
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_types.h12 * subsequent merges and contributions from the original source base eaiser.
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h288 // MergeConsecutiveStores() merges two stores; LegalizeStoreOps() un-merges;
289 // MergeConsecutiveStores() re-merges, etc. ) to warrant turning it off for
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c441 * merges until right before the next CV is about to be added. This is
468 * we know none of the merges are root.
487 * reference impl does. Instead we do merges using the *previous* CV that was
649 * remaining input means we know these merges are non-root. This merge in Blake3_Update2()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c400 // merges until right before the next CV is about to be added. This is
422 // we know none of the merges are root.
441 // reference impl does. Instead we do merges using the *previous* CV that was
560 // know these merges are non-root. This merge loop isn't strictly necessary in llvm_blake3_hasher_update()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drenesas,rsnd.txt140 MIX merges 2 sounds path. You can see 2 sound interface on system,
191 TDM Split mode merges 4 sounds. You can see 4 sound interface on system,

12345678