Home
last modified time | relevance | path

Searched refs:tracker (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Mips/
H A DRegisterAliasingTest.cpp29 const RegisterAliasingTracker tracker(RegInfo, Mips::T0_64); in TEST_F() local
31 for (unsigned I : tracker.aliasedBits().set_bits()) in TEST_F()
36 ASSERT_THAT(tracker.getOrigin(aliased), Mips::T0_64); in TEST_F()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DRegisterAliasingTest.cpp30 const RegisterAliasingTracker tracker(RegInfo, X86::EAX); in TEST_F() local
32 for (unsigned I : tracker.aliasedBits().set_bits()) in TEST_F()
38 ASSERT_THAT(tracker.getOrigin(aliased), X86::EAX); in TEST_F()
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dcsspgo-inline.ll8 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-context-tracker.prof …
10 ; RUN: llvm-profdata merge --sample --extbinary --use-md5 %S/Inputs/profile-context-tracker.prof -o…
13 …ata merge --sample --text --gen-cs-nested-profile %S/Inputs/profile-context-tracker.prof -o %t.prof
17 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-context-tracker.prof …
21 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-context-tracker.prof …
24 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-context-tracker.prof …
27 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-context-tracker.prof …
28 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-context-tracker.prof …
H A Dcsspgo-inline-debug.ll6 …uts/profile-context-tracker.prof -sample-profile-inline-size -sample-profile-prioritized-inline=0 …
7 …uts/profile-context-tracker.prof -sample-profile-inline-size -sample-profile-prioritized-inline=1 …
H A Dprofile-context-tracker.ll4 ; RUN: llvm-profdata merge --sample --extbinary %S/Inputs/profile-context-tracker.prof -o %t
11 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-context-tracker.prof …
13 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-context-tracker.prof …
22 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-context-tracker.prof …
24 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-context-tracker.prof …
H A Dprofile-context-tracker-debug.ll10 …s/profile-context-tracker.prof -sample-profile-inline-size -sample-profile-cold-inline-threshold=2…
11 …ts/profile-context-tracker.prof -sample-profile-prioritized-inline=0 -sample-profile-inline-size=0…
H A Dcsspgo-summary.ll3 …ample-profile-use-profi=0 -sample-profile-file=%S/Inputs/profile-context-tracker.prof -profile-sum…
4 …ample-profile-use-profi=0 -sample-profile-file=%S/Inputs/profile-context-tracker.prof -profile-sum…
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dbit-addr-align.mir3 # Hexagon bit tracker incorrectly calculated address alignment and removed
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dbenchmark_test.cc150 double tracker = 0.0; in BM_LongTest() local
153 benchmark::DoNotOptimize(tracker += i); in BM_LongTest()
/llvm-project-15.0.7/clang-tools-extra/
H A DREADME.txt18 If you find a bug in these tools, please file it in the LLVM bug tracker:
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dalias-set-tracker-loss.ll6 ; removed, its alias set tracker is destroyed and no longer available when LICM
/llvm-project-15.0.7/clang/
H A DREADME.txt25 If you find a bug in Clang, please file it in the LLVM bug tracker:
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DREADME.md7 - the **bug tracker** is https://github.com/clangd/clangd/issues
/llvm-project-15.0.7/llvm/docs/
H A DFuzzingLLVM.rst25 tracker`__.
49 and `on OSS Fuzz's tracker`__.
68 this fuzzer has reported are `on OSS Fuzz's tracker`__
H A DSecurity.rst23 …ease `open a new issue`_ in the LLVM project page, on the chromium issue tracker. Be sure to use …
164 We are currently using the `chromium issue tracker`_ (as the `llvm` project) to have security discu…
171 … to Github project admins. That is why we have started with the `chromium issue tracker`_ instead.
231 .. _chromium issue tracker: https://crbug.com
H A DContributing.rst29 `good first issue`_ keyword in the `bug tracker`_ are a good way to get familiar with
200 .. _bug tracker: https://github.com/llvm/llvm-project/issues
H A DBugLifeCycle.rst31 Furthermore, some of the metadata in the bug tracker, such as what labels we
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dclang-doc.rst15 to `the LLVM bug tracker <https://github.com/llvm/llvm-project/issues/>`_ will definitely help the
/llvm-project-15.0.7/libunwind/docs/
H A Dindex.rst80 the `LLVM bug tracker`_. If you're not sure, you
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dsched-assert-onlydbg-value-empty-region.mir5 # instructions. The RegPressure tracker would end up skipping over any
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dassume_icmp.ll87 ; This does not simplify in InstSimplify, because AssumptionCache tracker
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1277 RangeTracker tracker(&range_recorder, 1); in TEST() local
1279 tracker.NextPage(test_case[i] == 'x'); in TEST()
1280 tracker.Done(); in TEST()
/llvm-project-15.0.7/clang/tools/scan-build-py/
H A DREADME.md133 like to propose an improvement, please use the project's [issue tracker][3].
/llvm-project-15.0.7/libcxx/docs/
H A Dindex.rst202 the `LLVM bug tracker`_. If you're not sure, you
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A DO3-pipeline.ll233 ; CHECK-NEXT: Pass Arguments: -assumption-cache-tracker -targetlibinfo -domtree -loops -scalar-evo…

12