Home
last modified time | relevance | path

Searched refs:bench (Results 1 – 25 of 194) sorted by relevance

12345678

/llvm-project-15.0.7/libcxx/benchmarks/
H A DCMakeLists.txt177 allocation.bench.cpp
178 deque.bench.cpp
179 filesystem.bench.cpp
180 format_to_n.bench.cpp
181 format_to.bench.cpp
182 format.bench.cpp
186 function.bench.cpp
187 map.bench.cpp
188 ordered_set.bench.cpp
190 string.bench.cpp
[all …]
/llvm-project-15.0.7/lld/utils/
H A Dbenchmark.py107 def runBench(bench): argument
109 os.chdir(bench.directory)
110 suffix = '-%s' % bench.variant if bench.variant else ''
113 ret['name'] = str(bench)
/llvm-project-15.0.7/llvm/utils/yaml-bench/
H A DCMakeLists.txt1 add_llvm_utility(yaml-bench
5 target_link_libraries(yaml-bench PRIVATE LLVMSupport)
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-10-08.test1 # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
3 # FIXME: This test should fail. Yaml bench should report an error that a simple
H A Dspec-05-12.test1 # RUN: yaml-bench -canonical %s 2>&1 | FileCheck %s
3 # FIXME: This test should actually fail. Yaml-bench should report an error
H A Dnegative-float-bug.test1 # RUN: yaml-bench -canonical %s
H A Dmerge.test1 # RUN: yaml-bench -canonical %s
H A Dsingle-dot-is-not-float-bug.test1 # RUN: yaml-bench -canonical %s
H A Dempty-document-bug.test1 # RUN: yaml-bench -canonical %s
H A Dtimestamp-bugs.test1 # RUN: yaml-bench -canonical %s
H A Dvalue.test1 # RUN: yaml-bench -canonical %s
H A Dspec-06-02.test1 # RUN: yaml-bench -canonical %s
H A Dscan-document-end-bug.test1 # RUN: yaml-bench -canonical %s
H A Dnull.test1 # RUN: yaml-bench -canonical %s
H A Dstr.test1 # RUN: yaml-bench -canonical %s
H A Dutf8.test1 # RUN: yaml-bench -canonical %s
H A Dspec-05-05.test1 # RUN: yaml-bench -canonical %s
H A Dspec-05-09.test1 # RUN: yaml-bench -canonical %s
H A Dconstruct-str.test1 # RUN: yaml-bench -canonical %s
H A Dspec-05-01-utf8.test1 # RUN: yaml-bench -canonical %s
H A Dduplicate-value-key.former-loader-error.test1 # RUN: yaml-bench -canonical %s
H A Demit-block-scalar-in-simple-key-context-bug.test1 # RUN: yaml-bench -canonical %s
H A Dspec-09-15.test1 # RUN: yaml-bench -canonical %s
H A Dspec-08-13.test1 # RUN: yaml-bench -canonical %s
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dbench.h8 void bench(); // defined by user
23 bench(); in main()

12345678