| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | minimize_crash.test | 7 CHECK: CRASH_MIN: failed to minimize beyond {{.*}}minimized-from{{.*}} (3 bytes), exiting 9 CHECK_EXACT: CRASH_MIN: failed to minimize beyond {{.*}}exact_minimized_path{{.*}} (3 bytes), exiti… 17 MIN1: CRASH_MIN: failed to minimize beyond {{.*}}exact_minimized_path (1 bytes), exiting
|
| H A D | minimize_timeout.test | 6 CHECK: CRASH_MIN: failed to minimize beyond {{.*}}minimized-from{{.*}} (3 bytes), exiting
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfo.cpp | 65 const bool minimize = true; in GetCompileUnitAranges() local 66 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges()
|
| H A D | DWARFDebugAranges.h | 34 void Sort(bool minimize);
|
| H A D | DWARFDebugAranges.cpp | 90 void DWARFDebugAranges::Sort(bool minimize) { in Sort() argument
|
| H A D | DWARFUnit.cpp | 850 const bool minimize = false; in GetFunctionAranges() local 851 m_func_aranges_up->Sort(minimize); in GetFunctionAranges()
|
| /llvm-project-15.0.7/libcxx/src/ryu/ |
| H A D | README.txt | 11 minimize the number of changes by both upstream sources.
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/ |
| H A D | README.LLVM | 5 all elements removed except for the actual source code, to minimize the
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/ |
| H A D | README.LLVM | 5 the actual source code, to minimize the addition to the LLVM distribution.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BugpointRedesign.md | 64 list of passes that try to minimize the given test-case. We should be able to 92 passes (e.g. a lot of unreachable blocks), and sometimes even fails to minimize
|
| H A D | Docker.rst | 177 To minimize the resulting image size we use `multi-stage Docker builds
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | mdnodes-in-post-order.ll | 2 ; Check that nodes are emitted in post-order to minimize the need for temporary
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | ranges_always.ll | 1 ; RUN: llc -O0 %s -mtriple=x86_64-unknown-linux-gnu -filetype=obj -o - -minimize-addr-in-v5=Ranges \ 6 ; RUN: llc -O0 %s -mtriple=x86_64-unknown-linux-gnu -filetype=obj -o - -minimize-addr-in-v5=Express… 11 ; RUN: llc -O0 %s -mtriple=x86_64-unknown-linux-gnu -filetype=obj -o - -minimize-addr-in-v5=Form \
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MSP430/ |
| H A D | ranges_always.ll | 1 ; RUN: llc -O0 %s -mtriple=msp430 -filetype=obj -o - -minimize-addr-in-v5=Ranges \ 6 ; RUN: llc -O0 %s -mtriple=msp430 -filetype=obj -o - -minimize-addr-in-v5=Expressions \ 11 ; RUN: llc -O0 %s -mtriple=msp430 -filetype=obj -o - -minimize-addr-in-v5=Form \
|
| H A D | dwarf-basics-v5.ll | 1 ; RUN: llc -generate-arange-section -minimize-addr-in-v5=Ranges --filetype=obj -o %t < %s
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/ |
| H A D | README.rst | 18 4. Patch LLDB using ``lldb-minimize-processes.patch`` and build it.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/BPF/ |
| H A D | memcmp.ll | 5 ; /* set aligned 4 to minimize the number of loads */
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | lrshrink.ll | 5 ; to minimize live-range.
|
| H A D | gather-addresses.ll | 10 ; minimize shuffling of each individual element out of the index vector.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | concat_vector-scalar-combine.ll | 79 ; Also make sure we minimize bitcasts.
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | dsymutil.rst | 59 .. option:: --minimize, -z
|
| H A D | lli.rst | 164 =simple: Simple two pass scheduling: minimize critical path and maximize processor utilization
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | Pipeline.rst | 39 Binds virtual registers to register banks. This pass is intended to minimize
|
| H A D | GMIR.rst | 98 together into one register file so that we minimize the cost of copying data
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 70 "This flag can be used to minimize a corpus.")
|