Home
last modified time | relevance | path

Searched refs:minimize (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dminimize_crash.test7 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 Dminimize_timeout.test6 CHECK: CRASH_MIN: failed to minimize beyond {{.*}}minimized-from{{.*}} (3 bytes), exiting
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp65 const bool minimize = true; in GetCompileUnitAranges() local
66 m_cu_aranges_up->Sort(minimize); in GetCompileUnitAranges()
H A DDWARFDebugAranges.h34 void Sort(bool minimize);
H A DDWARFDebugAranges.cpp90 void DWARFDebugAranges::Sort(bool minimize) { in Sort() argument
H A DDWARFUnit.cpp850 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 DREADME.txt11 minimize the number of changes by both upstream sources.
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/
H A DREADME.LLVM5 all elements removed except for the actual source code, to minimize the
/llvm-project-15.0.7/llvm/utils/unittest/googletest/
H A DREADME.LLVM5 the actual source code, to minimize the addition to the LLVM distribution.
/llvm-project-15.0.7/llvm/docs/
H A DBugpointRedesign.md64 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 DDocker.rst177 To minimize the resulting image size we use `multi-stage Docker builds
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dmdnodes-in-post-order.ll2 ; 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 Dranges_always.ll1 ; 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 Dranges_always.ll1 ; 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 Ddwarf-basics-v5.ll1 ; 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 DREADME.rst18 4. Patch LLDB using ``lldb-minimize-processes.patch`` and build it.
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A Dmemcmp.ll5 ; /* set aligned 4 to minimize the number of loads */
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlrshrink.ll5 ; to minimize live-range.
H A Dgather-addresses.ll10 ; minimize shuffling of each individual element out of the index vector.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dconcat_vector-scalar-combine.ll79 ; Also make sure we minimize bitcasts.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Ddsymutil.rst59 .. option:: --minimize, -z
H A Dlli.rst164 =simple: Simple two pass scheduling: minimize critical path and maximize processor utilization
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DPipeline.rst39 Binds virtual registers to register banks. This pass is intended to minimize
H A DGMIR.rst98 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 DFuzzerFlags.def70 "This flag can be used to minimize a corpus.")

12