Home
last modified time | relevance | path

Searched refs:manager (Results 1 – 25 of 234) sorted by relevance

12345678910

/llvm-project-15.0.7/lldb/unittests/Process/Utility/
H A DMemoryTagManagerAArch64MTETest.cpp16 MemoryTagManagerAArch64MTE manager; in TEST() local
21 manager.UnpackTagsData(input, 2), in TEST()
29 manager.UnpackTagsData(input, 1), in TEST()
41 manager.UnpackTagsData(input, 2); in TEST()
47 manager.UnpackTagsData(input, 1), in TEST()
54 manager.UnpackTagsData(input); in TEST()
65 MemoryTagManagerAArch64MTE manager; in TEST() local
69 manager.PackTags({0x10}); in TEST()
84 MemoryTagManagerAArch64MTE manager; in TEST() local
150 MemoryTagManagerAArch64MTE manager; in TEST() local
[all …]
/llvm-project-15.0.7/mlir/unittests/Support/
H A DDebugActionTest.cpp28 DebugActionManager manager; in TEST() local
44 manager.registerActionHandler<GenericHandler>(); in TEST()
46 EXPECT_TRUE(manager.shouldExecute<SimpleAction>()); in TEST()
51 DebugActionManager manager; in TEST() local
65 EXPECT_TRUE(manager.shouldExecute<SimpleAction>()); in TEST()
69 DebugActionManager manager; in TEST() local
79 EXPECT_TRUE(manager.shouldExecute<SimpleAction>()); in TEST()
80 EXPECT_TRUE(manager.shouldExecute<SimpleAction>()); in TEST()
81 EXPECT_TRUE(manager.shouldExecute<SimpleAction>()); in TEST()
82 EXPECT_FALSE(manager.shouldExecute<SimpleAction>()); in TEST()
[all …]
H A DDebugCounterTest.cpp29 DebugActionManager manager; in TEST() local
30 manager.registerActionHandler(std::move(counter)); in TEST()
33 EXPECT_FALSE(manager.shouldExecute<CounterAction>()); in TEST()
36 EXPECT_TRUE(manager.shouldExecute<CounterAction>()); in TEST()
37 EXPECT_TRUE(manager.shouldExecute<CounterAction>()); in TEST()
38 EXPECT_TRUE(manager.shouldExecute<CounterAction>()); in TEST()
39 EXPECT_FALSE(manager.shouldExecute<CounterAction>()); in TEST()
/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileManagerTest.cpp95 FileManagerTest() : manager(options) { in FileManagerTest()
99 FileManager manager; member in __anon797655720111::FileManagerTest
136 dir = manager.getDirectoryRef("virtual"); in TEST_F()
164 file = manager.getFileRef(FileName); in TEST_F()
193 auto fileFoo = manager.getFile("foo.cpp"); in TEST_F()
194 auto fileBar = manager.getFile("bar.cpp"); in TEST_F()
213 auto file = manager.getFile("xyz.txt"); in TEST_F()
239 auto f1 = manager.getFile("abc/foo.cpp"); in TEST_F()
240 auto f2 = manager.getFile("abc/bar.cpp"); in TEST_F()
323 auto f1 = manager.getFile("abc/foo.cpp"); in TEST_F()
[all …]
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dnew-pass-manager.ll4 ; Test new-pass-manager and debug-pass-manager option
5 ; RUN: ld.lld --plugin-opt=new-pass-manager --plugin-opt=debug-pass-manager -o /dev/null %t.o 2>&1 …
6 ; RUN: ld.lld --plugin-opt=new-pass-manager --lto-debug-pass-manager -o /dev/null %t.o 2>&1 | FileC…
7 ; RUN: ld.lld --no-lto-legacy-pass-manager --plugin-opt=debug-pass-manager -o /dev/null %t.o 2>&1 |…
8 ; RUN: ld.lld --no-lto-legacy-pass-manager --lto-debug-pass-manager -o /dev/null %t.o 2>&1 | FileCh…
H A Dverify-invalid.ll3 ; RUN: ld.lld %t.o -o %t2 --no-lto-legacy-pass-manager --lto-debug-pass-manager \
5 ; RUN: ld.lld %t.o -o %t2 --no-lto-legacy-pass-manager --lto-debug-pass-manager \
7 ; RUN: ld.lld %t.o -o %t2 --no-lto-legacy-pass-manager --lto-debug-pass-manager \
H A Dslp-vectorize-pm.ll5 ; RUN: ld.lld --plugin-opt=new-pass-manager --plugin-opt=debug-pass-manager --plugin-opt=O0 --plugi…
8 ; RUN: ld.lld --plugin-opt=new-pass-manager --plugin-opt=debug-pass-manager --plugin-opt=O1 --plugi…
11 ; RUN: ld.lld --plugin-opt=new-pass-manager --plugin-opt=debug-pass-manager --plugin-opt=O2 --plugi…
14 ; RUN: ld.lld --plugin-opt=new-pass-manager --plugin-opt=debug-pass-manager --plugin-opt=O3 --plugi…
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_runner.cc119 int thread_id, ThreadManager* manager, in RunInThread() argument
130 MutexLock l(manager->GetBenchmarkMutex()); in RunInThread()
139 manager->NotifyThreadComplete(); in RunInThread()
180 std::unique_ptr<internal::ThreadManager> manager; in DoNIterations() local
194 manager->WaitForAllThreads(); in DoNIterations()
200 MutexLock l(manager->GetBenchmarkMutex()); in DoNIterations()
201 i.results = manager->results; in DoNIterations()
205 manager.reset(); in DoNIterations()
320 manager.reset(new internal::ThreadManager(1)); in DoOneRepetition()
324 manager->WaitForAllThreads(); in DoOneRepetition()
[all …]
/llvm-project-15.0.7/llvm/test/Other/
H A Dnew-pm-O0-ep-callbacks.ll1 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-late-loop-optimizations=no-op-loop -passe…
2 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-loop-optimizer-end=no-op-loop -passes='de…
3 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-scalar-optimizer-late=no-op-function -pas…
4 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-cgscc-optimizer-late=no-op-cgscc -passes=…
5 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-vectorizer-start=no-op-function -passes='…
6 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-pipeline-start=no-op-module -passes='defa…
7 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-pipeline-early-simplification=no-op-modul…
8 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-optimizer-early=no-op-module -passes='def…
9 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-optimizer-last=no-op-module -passes='defa…
10 ; RUN: opt -disable-output -debug-pass-manager -passes-ep-full-link-time-optimization-early=no-op-m…
[all …]
H A Dpass-pipeline-parsing.ll1 ; RUN: opt -disable-output -debug-pass-manager \
7 ; RUN: opt -disable-output -debug-pass-manager \
13 ; RUN: opt -disable-output -debug-pass-manager \
19 ; RUN: opt -disable-output -debug-pass-manager \
25 ; RUN: opt -disable-output -debug-pass-manager \
33 ; RUN: opt -disable-output -debug-pass-manager \
39 ; RUN: opt -disable-output -debug-pass-manager \
46 ; RUN: opt -disable-output -debug-pass-manager \
53 ; RUN: opt -disable-output -debug-pass-manager \
110 ; RUN: opt -disable-output -debug-pass-manager \
[all …]
H A Dnew-pm-pgo.ll1 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=pgo-instr-gen-pipeline -profile-file…
3 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
4 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O2>' -pgo-kind=pgo-instr-use-pipeline -pro…
5 ; RUN: opt -debug-pass-manager -passes='thinlto<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
6 ; RUN: opt -debug-pass-manager -passes='default<O2>' -hot-cold-split -pgo-kind=pgo-instr-use-pipeli…
7 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=pgo-sample-use-pipeline -profile-fil…
9 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O2>' -pgo-kind=pgo-sample-use-pipeline -pr…
11 ; RUN: opt -debug-pass-manager -passes='thinlto<O2>' -pgo-kind=pgo-sample-use-pipeline -profile-fil…
13 ; RUN: opt -debug-pass-manager -passes='default<O2>' -new-pm-debug-info-for-profiling %s 2>&1 |File…
H A Dnew-pm-cspgo.ll4 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
5 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O2>' -pgo-kind=pgo-instr-use-pipeline -pro…
6 ; RUN: opt -debug-pass-manager -passes='thinlto<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
7 ; RUN: opt -debug-pass-manager -passes='lto-pre-link<O2>' -pgo-kind=pgo-instr-use-pipeline -profile…
8 ; RUN: opt -debug-pass-manager -passes='lto<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file='%t…
20 ; RUN: opt -debug-pass-manager -passes='default<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
21 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O2>' -pgo-kind=pgo-instr-use-pipeline -pro…
22 ; RUN: opt -debug-pass-manager -passes='thinlto<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
23 ; RUN: opt -debug-pass-manager -passes='lto-pre-link<O2>' -pgo-kind=pgo-instr-use-pipeline -profile…
24 ; RUN: opt -debug-pass-manager -passes='lto<O2>' -pgo-kind=pgo-instr-use-pipeline -profile-file='%t…
H A Dnew-pm-eager-invalidate.ll1 ; RUN: opt -disable-verify -debug-pass-manager -passes='function(require<no-op-function>)' -disable…
2 ; RUN: opt -disable-verify -debug-pass-manager -passes='cgscc(function(require<no-op-function>))' -…
3 ; RUN: opt -disable-verify -debug-pass-manager -passes='function<eager-inv>(require<no-op-function>…
4 ; RUN: opt -disable-verify -debug-pass-manager -passes='cgscc(function<eager-inv>(require<no-op-fun…
6 ; RUN: opt -disable-verify -debug-pass-manager -passes='default<O2>' -eagerly-invalidate-analyses=0…
7 ; RUN: opt -disable-verify -debug-pass-manager -passes='default<O2>' -eagerly-invalidate-analyses=1…
H A Dnew-pm-pgo-O0.ll1 ; RUN: opt -debug-pass-manager -passes='default<O0>' -pgo-kind=pgo-instr-gen-pipeline -profile-file…
3 ; RUN: opt -debug-pass-manager -passes='default<O0>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
4 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O0>' -pgo-kind=pgo-instr-use-pipeline -pro…
6 ; RUN: opt -debug-pass-manager -passes='lto-pre-link<O0>' -pgo-kind=pgo-instr-use-pipeline -profile…
8 ; RUN: opt -debug-pass-manager -passes='thinlto<O0>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
10 ; RUN: opt -debug-pass-manager -passes='lto<O0>' -pgo-kind=pgo-instr-use-pipeline -profile-file='%t…
H A Dnew-pass-manager.ll2 ; new pass manager pipeline. It will be used to flesh out the feature
3 ; completeness of the opt tool when the new pass manager is engaged. The tests
37 ; RUN: opt -disable-output -debug-pass-manager -passes=print %s 2>&1 \
95 ; RUN: opt -disable-output -debug-pass-manager \
107 ; RUN: opt -disable-output -debug-pass-manager \
112 ; RUN: opt -disable-output -debug-pass-manager \
119 ; RUN: opt -disable-output -debug-pass-manager \
127 ; RUN: opt -disable-output -debug-pass-manager \
134 ; RUN: opt -disable-output -debug-pass-manager \
142 ; RUN: opt -disable-output -debug-pass-manager \
[all …]
H A Dopt-hot-cold-split.ll1 ; RUN: opt -mtriple=x86_64-- -hot-cold-split=true -passes='default<Os>' -debug-pass-manager < %s -o…
2 ; RUN: opt -mtriple=x86_64-- -hot-cold-split=true -passes='lto-pre-link<Os>' -debug-pass-manager < …
3 …x86_64-- -hot-cold-split=true -passes='thinlto-pre-link<Os>' -debug-pass-manager < %s -o /dev/null…
4 ; RUN: opt -mtriple=x86_64-- -hot-cold-split=true -passes='lto<Os>' -debug-pass-manager < %s -o /de…
5 ; RUN: opt -mtriple=x86_64-- -hot-cold-split=true -passes='thinlto<Os>' -debug-pass-manager < %s -o…
H A Dnew-pm-pseudo-probe.ll1 ; RUN: opt -S -passes='default<O1>' -new-pm-pseudo-probe-for-profiling -debug-pass-manager < %s 2>&…
2 ; RUN: opt -S -passes='default<O2>' -new-pm-pseudo-probe-for-profiling -debug-pass-manager < %s 2>&…
3 ; RUN: opt -S -passes='thinlto-pre-link<O1>' -new-pm-pseudo-probe-for-profiling -debug-pass-manager
4 ; RUN: opt -S -passes='thinlto-pre-link<O2>' -new-pm-pseudo-probe-for-profiling -debug-pass-manager
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectConstResult.cpp39 ValueObjectManager &manager, in ValueObjectConstResult() argument
43 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult()
63 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() argument
66 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult()
109 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() argument
113 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult()
140 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() argument
143 : ValueObject(exe_scope, manager), m_type_name(), in ValueObjectConstResult()
177 ValueObjectManager &manager, in ValueObjectConstResult() argument
179 : ValueObject(exe_scope, manager), m_impl(this) { in ValueObjectConstResult()
[all …]
/llvm-project-15.0.7/lldb/unittests/Target/
H A DStackFrameRecognizerTest.cpp54 void RegisterDummyStackFrameRecognizer(StackFrameRecognizerManager &manager) { in RegisterDummyStackFrameRecognizer() argument
60 manager.AddRecognizer(dummy_recognizer_sp, module_regex_sp, symbol_regex_sp, in RegisterDummyStackFrameRecognizer()
70 StackFrameRecognizerManager manager; in TEST_F() local
72 RegisterDummyStackFrameRecognizer(manager); in TEST_F()
75 manager.ForEach([&any_printed](uint32_t recognizer_id, std::string name, in TEST_F()
H A DMemoryTagMapTest.cpp21 MemoryTagManagerAArch64MTE manager; in TEST() local
22 MemoryTagMap tag_map(&manager); in TEST()
33 MemoryTagManagerAArch64MTE manager; in TEST() local
34 MemoryTagMap tag_map(&manager); in TEST()
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dnew-pm.ll1 ; Test plugin options new-pass-manager and debug-pass-manager
6 ; RUN: --plugin-opt=new-pass-manager \
7 ; RUN: --plugin-opt=debug-pass-manager \
H A Dslp-vectorize-pm.ll6 ; RUN: --plugin-opt=new-pass-manager \
7 ; RUN: --plugin-opt=debug-pass-manager \
17 ; RUN: --plugin-opt=new-pass-manager \
18 ; RUN: --plugin-opt=debug-pass-manager \
28 ; RUN: --plugin-opt=new-pass-manager \
29 ; RUN: --plugin-opt=debug-pass-manager \
39 ; RUN: --plugin-opt=new-pass-manager \
40 ; RUN: --plugin-opt=debug-pass-manager \
/llvm-project-15.0.7/llvm/docs/
H A DNewPassManager.rst11 For an overview of the new pass manager, see the `blog post
12 <https://blog.llvm.org/posts/2021-03-26-the-new-pass-manager/>`_.
25 // Create the new pass manager builder.
38 // Create the pass manager.
100 A pass manager of a specific IR unit is also a pass of that kind. For
116 level pass manager. For example,
186 Calculating these can be expensive, so the new pass manager has
305 The pass manager will call the analysis manager's ``invalidate()`` method
402 simply forwards the invalidation to the inner analysis manager.
419 To use the legacy pass manager:
[all …]
/llvm-project-15.0.7/lld/test/wasm/lto/
H A Dverify-invalid.ll2 ; RUN: wasm-ld %t.o -o %t2 --no-lto-legacy-pass-manager --lto-debug-pass-manager \
4 ; RUN: wasm-ld %t.o -o %t2 --no-lto-legacy-pass-manager --lto-debug-pass-manager \
/llvm-project-15.0.7/llvm/test/Transforms/Coroutines/
H A Dsmoketest.ll5 ; RUN: -debug-pass-manager 2>&1 | FileCheck %s --check-prefixes=CHECK-ALL
7 ; RUN: -debug-pass-manager 2>&1 | FileCheck %s --check-prefixes=CHECK-ALL,CHECK-OPT
9 ; RUN: -debug-pass-manager 2>&1 | FileCheck %s --check-prefixes=CHECK-ALL,CHECK-OPT
11 ; RUN: -debug-pass-manager 2>&1 | FileCheck %s --check-prefixes=CHECK-ALL,CHECK-OPT
12 ; RUN: opt < %s -disable-output -debug-pass-manager \

12345678910