Home
last modified time | relevance | path

Searched refs:deterministic (Results 1 – 25 of 55) sorted by relevance

123

/llvm-project-15.0.7/llvm/utils/gn/docs/
H A Ddeterministic.md8 It is possible to produce [locally deterministic][1] builds of LLVM
15 locally deterministic builds" in the [deterministic builds][1] documentation
18 1: http://blog.llvm.org/2019/11/deterministic-builds-with-clang-and-lld.html
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Ddeterministic-archive.test4 # We only test timestamps as a proxy for full deterministic writing; i.e. we
22 # RUN: llvm-objcopy --enable-deterministic-archives %t.a %t.4D.a
24 # RUN: llvm-objcopy --disable-deterministic-archives %t.a %t.4U.a
27 # RUN: llvm-strip --enable-deterministic-archives %t.a -o %t.5D.a
29 # RUN: llvm-strip --disable-deterministic-archives %t.a -o %t.5U.a
32 # If unspecified, verify that deterministic is the default.
43 # RUN: llvm-objcopy -D -U -D -U --enable-deterministic-archives %t.a %t.10.a
50 # RUN: llvm-strip -D -U -D -U --enable-deterministic-archives %t.a -o %t.13.a
H A Dmirror-permissions-unix.test6 ## Setting the umask to 0 ensures deterministic permissions across
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DCommonOpts.td20 : Flag<["--"], "enable-deterministic-archives">,
21 HelpText<"Enable deterministic mode when operating on archives (use "
25 HelpText<"Alias for --enable-deterministic-archives">;
28 : Flag<["--"], "disable-deterministic-archives">,
29 HelpText<"Disable deterministic mode when operating on archives (use "
33 HelpText<"Alias for --disable-deterministic-archives">;
/llvm-project-15.0.7/libcxx/test/libcxx/algorithms/
H A Dsort_stability.pass.cpp30 std::vector<EqualType> deterministic() { in deterministic() function
48 auto deterministic_v = deterministic(); in test_randomization()
H A Dpartial_sort_stability.pass.cpp30 std::vector<MyType> deterministic() { in deterministic() function
49 auto deterministic_v = deterministic(); in test_randomization()
H A Dnth_element_stability.pass.cpp30 std::vector<MyType> deterministic() { in deterministic() function
48 auto deterministic_v = deterministic(); in test_randomization()
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dmemprof-pic.test26 be deterministic. The summary should be deterministic apart from changes to
H A Dmemprof-multi.test24 be deterministic. The summary should be deterministic apart from changes to
H A Dhash-mismatch.proftext7 # The function ordering is non-deterministic, so we need to do our
H A Dmemprof-basic.test22 be deterministic. The summary should be deterministic apart from changes to
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Ddisassemble-symbol-same-addr.test10 ## Ensure symbols with the same address are printed in a deterministic order
/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/
H A Dglobal-value-regex.test13 # Lit was successful. Sanity-check the results with deterministic test order.
H A Dglobal-hex-value-regex.test14 # Lit was successful. Sanity-check the results with deterministic test order.
H A Dcheck-globals.test34 # Lit was successful. Sanity-check the results with deterministic test order.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-strip.rst33 .. option:: --disable-deterministic-archives, -U
44 .. option:: --enable-deterministic-archives, -D
46 Enable deterministic mode when stripping archives, i.e. use 0 for archive member
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/ARM/
H A Dsplitgep.ll6 ; Check that we have deterministic output
/llvm-project-15.0.7/lld/test/MachO/
H A Dthinlto-jobs.ll4 ;; I'm not aware of a deterministic way to verify whether LTO is running in
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-collect-loh-garbage-crash.ll7 ; from the main container. Now, the deterministic container does not allow
/llvm-project-15.0.7/llvm/test/tools/llvm-libtool-darwin/
H A Ddeterministic-library.test4 ## We only test timestamps as a proxy for full deterministic writing; i.e. we
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dreduction-order.ll6 ; in deterministic order.
/llvm-project-15.0.7/llvm/test/Transforms/Util/PredicateInfo/
H A Dordering.ll7 ; deterministic order.
/llvm-project-15.0.7/llvm/utils/gn/build/
H A DBUILD.gn20 # "Getting debuggers to work well with locally deterministic builds" in
21 # http://blog.llvm.org/2019/11/deterministic-builds-with-clang-and-lld.html
276 # http://blog.llvm.org/2019/11/deterministic-builds-with-clang-and-lld.html
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfdiv.ll82 ; gcc. Just make sure that we get a deterministic result.
/llvm-project-15.0.7/llvm/test/Transforms/Scalarizer/
H A Dscatter-order.ll5 ; deterministic. In the past we could end up with different results depending

123