Home
last modified time | relevance | path

Searched refs:optimized (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsentinel-frame.c50 int regnum, int *optimized, in sentinel_frame_prev_register() argument
57 *optimized = 0; in sentinel_frame_prev_register()
H A Ddummy-frame.c170 int regnum, int *optimized, in dummy_frame_prev_register() argument
180 *optimized = 0; in dummy_frame_prev_register()
H A Dstack.c1010 int optimized; in frame_info() local
1026 frame_register_unwind (fi, SP_REGNUM, &optimized, &lval, &addr, in frame_info()
1028 if (!optimized && lval == not_lval) in frame_info()
1032 frame_register_unwind (fi, SP_REGNUM, &optimized, &lval, &addr, in frame_info()
1043 else if (!optimized && lval == lval_memory) in frame_info()
1050 else if (!optimized && lval == lval_register) in frame_info()
1067 frame_register_unwind (fi, i, &optimized, &lval, &addr, &realnum, in frame_info()
1071 if (!optimized && lval == lval_memory) in frame_info()
H A Dframe-unwind.h116 int *optimized,
H A Dframe.c590 int optimized; in frame_unwind_register() local
594 frame_register_unwind (frame, regnum, &optimized, &lval, &addr, in frame_unwind_register()
686 int optimized; in frame_register_read() local
690 frame_register (frame, regnum, &optimized, &lval, &addr, &realnum, myaddr); in frame_register_read()
702 return !optimized; in frame_register_read()
H A Dfindvar.c652 int optimized = 0; in value_from_register() local
667 optimized += optim; in value_from_register()
717 VALUE_OPTIMIZED_OUT (v) = optimized; in value_from_register()
H A Ddwarf2loc.c123 int optimized, regnum, realnum, regsize; in dwarf_expr_read_reg() local
129 frame_register (debaton->frame, regnum, &optimized, &lval_type, &save_addr, in dwarf_expr_read_reg()
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2003-06-25-Reoptimizer1.txt87 When we finally generate an optimized trace we first copy the code
89 original code, the instrumented code, and the optimized trace. The
90 optimized trace does not have instrumentation. The original code and
92 cache, where the optimized traces are kept.
98 generating the final optimized trace; we copy the same basic blocks
121 the beginning of the original code to the beginning of the optimized
132 We generate instrumentation traces and optimized traces into separate
/openbsd/gnu/llvm/llvm/docs/
H A DPackaging.rst23 LLVM runs much more quickly when it's optimized and assertions are removed.
26 in user code. We recommend allowing users to install both optimized and debug
40 ``--enable-optimized``
H A DMemorySSA.rst262 ``MemoryUse``\ s keep a single operand, which is their defining or optimized
264 Traditionally ``MemorySSA`` optimized ``MemoryUse``\ s at build-time, up to a
266 Specifically, the operand of every ``MemoryUse`` was optimized to point to the
285 The second operand is the optimized access, if there was a previous call on the
291 A walk of the uses for any MemoryDef can find the accesses that were optimized
297 MemoryDef *Def; // find who's optimized or defining for this MemoryDef
302 // User who is optimized to Def
304 // User who's defining access is Def; optimized to something else or not optimized.
323 // As a user can come up twice, as an optimized access and defining
473 optimized" (it can provide a more acccurate result than if it were recomputed
[all …]
H A DAdvancedBuilds.rst83 The stage2 compiler is the fully optimized compiler intended to ship to users.
165 optimized compiler.
191 compiler with the stage2 profdata to build a PGO-optimized compiler.
223 Then, build the BOLT-optimized binary by running the following ninja command:
246 Then, to build the final optimized binary, build the stage2-clang++-bolt
/openbsd/gnu/llvm/llvm/utils/valgrind/
H A Dx86_64-pc-linux-gnu.supp77 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
83 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
/openbsd/gnu/llvm/llvm/
H A Dllvm.spec.in34 --enable-optimized \
62 - Make the build be optimized+assertions
H A DREADME.txt5 a toolkit for the construction of highly optimized compilers,
/openbsd/gnu/llvm/libcxx/
H A D.gitignore1 # Byte-compiled / optimized / DLL files
/openbsd/gnu/llvm/llvm/docs/GlobalISel/
H A Dindex.rst40 optimized and fast selectors share the :ref:`pipeline`, and targets can
75 replace SelectionDAG as the optimized ISel.
/openbsd/gnu/llvm/libcxxabi/
H A D.gitignore1 # Byte-compiled / optimized / DLL files
/openbsd/usr.bin/file/magdir/
H A Djava24 >0 regex dey\n[0-9][0-9][0-9]\0 Dalvik dex file (optimized for host)
/openbsd/gnu/llvm/llvm/lib/Target/
H A DREADME.txt85 void f () { /* this can be optimized to four additions... */
331 ; optimized out of the function after the taildup happened.
768 optimized with "clang -emit-llvm-bc | opt -O3".
805 currently not optimized with "clang -emit-llvm-bc | opt
812 Should combine to 0. Currently not optimized with "clang
849 optimized with "clang -emit-llvm-bc | opt -O3".
891 optimized with "clang -emit-llvm-bc | opt -O3".
897 optimized with "clang -emit-llvm-bc | opt -O3".
903 optimized with "clang -emit-llvm-bc | opt -O3".
910 optimized with "clang -emit-llvm-bc | opt -O3".
[all …]
/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Dconcise-xs.t21 ( constant => qr{ (?-x: is a constant sub, optimized to a \w+)
/openbsd/gnu/llvm/llvm/utils/gn/
H A DTODO.txt11 - "optimized tblgen" mode
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiSchedule.td30 // Max micro-ops that can be buffered for optimized loop dispatch/execution.
/openbsd/gnu/llvm/llvm/utils/crosstool/ARM/
H A Dbuild-install-linux.sh149 --enable-optimized \
/openbsd/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT2.rst39 a Module to mutate it into a (hopefully) more optimized but semantically
41 created outside the KaleidoscopeJIT and modules were optimized before being
247 will have a longer startup time (as everything is optimized at that time) but
251 optimized and code-gen'd when it is first executed. Things become even more
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dlb1spl.asm103 ! ??? This routine could be made faster if was optimized, and if it was
178 ! ??? This routine could be made faster if was optimized, and if it was

12345678910>>...12