| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util.h | 82 Access(ml.loc(), false, size, expect_race); 85 Access(ml.loc(), true, size, expect_race); 87 void Read1(const MemLoc &ml, bool expect_race = false) { 88 Read(ml, 1, expect_race); } 90 Read(ml, 2, expect_race); } 92 Read(ml, 4, expect_race); } 94 Read(ml, 8, expect_race); } 96 Write(ml, 1, expect_race); } 98 Write(ml, 2, expect_race); } 100 Write(ml, 4, expect_race); } [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/ |
| H A D | development-training-log.ll | 7 … opt -enable-ml-inliner=development -passes=scc-oz-module-inliner -training-log=- -tfutils-text-lo… 8 …ml-inliner=development -passes=scc-oz-module-inliner -training-log=- -tfutils-text-log -ml-inliner… 9 ; RUN: opt -enable-ml-inliner=development -passes=scc-oz-module-inliner -training-log=- -tfutils-te… 10 ; RUN: opt -enable-ml-inliner=development -passes=scc-oz-module-inliner -training-log=- -tfutils-te… 11 ; RUN: opt -enable-ml-inliner=development -passes=scc-oz-module-inliner -training-log=- -tfutils-te…
|
| H A D | bounds-checks-rewards.ll | 14 …ml-inliner-ir2native-model=%S/../../../../unittests/Analysis/Inputs/ir2native_x86_64_model -ml-inl… 20 …ml-inliner-ir2native-model=%S/../../../../unittests/Analysis/Inputs/ir2native_x86_64_model -ml-inl… 25 …ml-inliner-ir2native-model=%S/../../../../unittests/Analysis/Inputs/ir2native_x86_64_model -ml-inl…
|
| H A D | bounds-checks.ll | 6 ; RUN: opt -passes=scc-oz-module-inliner -enable-ml-inliner=release -ml-advisor-size-increase-thres… 7 ; RUN: opt -passes=scc-oz-module-inliner -enable-ml-inliner=release -ml-advisor-size-increase-thres…
|
| H A D | ml-test-development-mode.ll | 11 ; RUN: opt -passes=scc-oz-module-inliner -enable-ml-inliner=default -S < %S/Inputs/test-module.ll 2… 12 ; RUN: opt -passes=scc-oz-module-inliner -enable-ml-inliner=development -ml-inliner-model-under-tra…
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
| H A D | p5.cpp | 27 auto ml = [=]() mutable{}; // expected-note{{method is not marked const}} \ in test_quals() local 29 const decltype(ml) mlc = ml; in test_quals() 30 ml(); in test_quals() 35 volatile decltype(ml) mlv = ml; in test_quals()
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | mutex.h | 107 MutexLock ml(lock_); in wait() 108 last_thread = createBarrier(ml); in wait() 115 MutexLock ml(lock_); in removeThread() 132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier() argument 142 phase_condition_.wait(ml.native_handle(), cb); in createBarrier()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/tools/llvm-ml/ |
| H A D | BUILD.gn | 4 visibility = [ ":llvm-ml" ] 8 executable("llvm-ml") { 19 "llvm-ml.cpp",
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | feat00.asm | 1 ; RUN: llvm-ml -m32 %s /Fo - | llvm-readobj --syms - | FileCheck %s --check-prefix=CHECK-OBJ --chec… 2 ; RUN: llvm-ml -m64 %s /Fo - | llvm-readobj --syms - | FileCheck %s --check-prefix=CHECK-OBJ --chec… 4 ; RUN: llvm-ml -m32 -safeseh %s /Fo - | llvm-readobj --syms - | FileCheck %s --check-prefix=CHECK-O… 5 ; RUN: llvm-ml -m64 -safeseh %s /Fo %t.obj 2>&1 | FileCheck %s --check-prefix=CHECK-SAFESEH64
|
| H A D | feat00_override.asm | 1 ; RUN: llvm-ml -m32 %s /Fo - | llvm-readobj --syms - | FileCheck %s 2 ; RUN: llvm-ml -m64 %s /Fo - | llvm-readobj --syms - | FileCheck %s 3 ; RUN: llvm-ml -m32 -safeseh %s /Fo - | llvm-readobj --syms - | FileCheck %s
|
| H A D | basic.test | 1 # RUN: not llvm-ml %t.blah.asm /nologo /Fo /dev/null 2>&1 | FileCheck -DMSG=%errc_ENOENT --check-pr… 2 # RUN: not llvm-ml /Ta /nnlogo /Fo /dev/null 2>&1 | FileCheck -DMSG=%errc_ENOENT --check-prefix=ENO… 3 # RUN: not llvm-ml - /Fo /dev/null /nnlogo 2>&1 | FileCheck -DMSG=%errc_ENOENT --check-prefix=ENOEN…
|
| H A D | run.asm | 1 ; RUN: llvm-ml --help | FileCheck %s 3 ; CHECK: USAGE: llvm-ml
|
| H A D | random_file_extension.blah | 1 ; RUN: llvm-ml %s -m64 -filetype=s /Fo - | FileCheck %s 2 ; RUN: llvm-ml /Ta %s -m64 -filetype=s /Fo - | FileCheck %s
|
| H A D | proc.asm | 1 ; RUN: llvm-ml -m32 -filetype=s %s /Fo - | FileCheck %s 2 ; RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | transform_utils.ml | 1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/transform_utils.ml 2 …* RUN: %ocamlc -g -w +A -package llvm.transform_utils -linkpkg %t/transform_utils.ml -o %t/executa… 4 …* RUN: %ocamlopt -g -w +A -package llvm.transform_utils -linkpkg %t/transform_utils.ml -o %t/execu…
|
| H A D | ext_exc.ml | 1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/ext_exc.ml 2 * RUN: %ocamlc -g -w +A -package llvm.bitreader -linkpkg %t/ext_exc.ml -o %t/executable 4 * RUN: %ocamlopt -g -w +A -package llvm.bitreader -linkpkg %t/ext_exc.ml -o %t/executable
|
| H A D | vectorize.ml | 1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/vectorize_opts.ml 2 * RUN: %ocamlc -g -w +A -package llvm.vectorize -linkpkg %t/vectorize_opts.ml -o %t/executable 4 * RUN: %ocamlopt -g -w +A -package llvm.vectorize -linkpkg %t/vectorize_opts.ml -o %t/executable
|
| H A D | passmgr_builder.ml | 1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/passmgr_builder.ml 2 …* RUN: %ocamlc -g -w +A -package llvm.passmgr_builder -linkpkg %t/passmgr_builder.ml -o %t/executa… 4 …* RUN: %ocamlopt -g -w +A -package llvm.passmgr_builder -linkpkg %t/passmgr_builder.ml -o %t/execu…
|
| H A D | irreader.ml | 1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/irreader.ml 2 * RUN: %ocamlc -g -w +A -package llvm.irreader -linkpkg %t/irreader.ml -o %t/executable 4 * RUN: %ocamlopt -g -w +A -package llvm.irreader -linkpkg %t/irreader.ml -o %t/executable
|
| H A D | linker.ml | 1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/linker.ml 2 * RUN: %ocamlc -g -w +A -package llvm.linker -linkpkg %t/linker.ml -o %t/executable 4 * RUN: %ocamlopt -g -w +A -package llvm.linker -linkpkg %t/linker.ml -o %t/executable
|
| H A D | analysis.ml | 1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/analysis.ml 2 * RUN: %ocamlc -g -w +A -package llvm.analysis -linkpkg %t/analysis.ml -o %t/executable 4 * RUN: %ocamlopt -g -w +A -package llvm.analysis -linkpkg %t/analysis.ml -o %t/executable
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DevelopmentModeInlineAdvisor.cpp | 65 "ml-inliner-output-spec-override", cl::Hidden, 67 "-ml-inliner-model-under-training documentation for the " 70 static cl::opt<std::string> TFFeedPrefix("ml-inliner-trained-model-feed-prefix",
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | distribute.ll | 46 %ml = mul i32 %sh, %x 48 %s = sub i32 %ml, %mr 59 %ml = mul i32 %sh, %x 61 %s = sub i32 %ml, %mr
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | README-FPStack.txt | 8 http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00659.html 44 http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02410.html 55 http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02006.html 56 http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02011.html
|
| /llvm-project-15.0.7/llvm/tools/llvm-ml/ |
| H A D | CMakeLists.txt | 17 add_llvm_tool(llvm-ml 18 llvm-ml.cpp
|