| /llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Mips/ |
| H A D | RegisterAliasingTest.cpp | 29 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 D | RegisterAliasingTest.cpp | 30 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 D | csspgo-inline.ll | 8 ; 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 D | csspgo-inline-debug.ll | 6 …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 D | profile-context-tracker.ll | 4 ; 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 D | profile-context-tracker-debug.ll | 10 …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 D | csspgo-summary.ll | 3 …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 D | bit-addr-align.mir | 3 # Hexagon bit tracker incorrectly calculated address alignment and removed
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | benchmark_test.cc | 150 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 D | README.txt | 18 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 D | alias-set-tracker-loss.ll | 6 ; removed, its alias set tracker is destroyed and no longer available when LICM
|
| /llvm-project-15.0.7/clang/ |
| H A D | README.txt | 25 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 D | README.md | 7 - the **bug tracker** is https://github.com/clangd/clangd/issues
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | FuzzingLLVM.rst | 25 tracker`__. 49 and `on OSS Fuzz's tracker`__. 68 this fuzzer has reported are `on OSS Fuzz's tracker`__
|
| H A D | Security.rst | 23 …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 D | Contributing.rst | 29 `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 D | BugLifeCycle.rst | 31 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 D | clang-doc.rst | 15 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 D | index.rst | 80 the `LLVM bug tracker`_. If you're not sure, you
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | sched-assert-onlydbg-value-empty-region.mir | 5 # instructions. The RegPressure tracker would end up skipping over any
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ |
| H A D | assume_icmp.ll | 87 ; This does not simplify in InstSimplify, because AssumptionCache tracker
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_allocator_test.cpp | 1277 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 D | README.md | 133 like to propose an improvement, please use the project's [issue tracker][3].
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | index.rst | 202 the `LLVM bug tracker`_. If you're not sure, you
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | O3-pipeline.ll | 233 ; CHECK-NEXT: Pass Arguments: -assumption-cache-tracker -targetlibinfo -domtree -loops -scalar-evo…
|