Home
last modified time | relevance | path

Searched refs:expensive (Results 1 – 25 of 178) sorted by relevance

12345678

/openbsd/src/gnu/gcc/gcc/config/pdp11/
Dpdp11.opt52 Do not pretend that branches are expensive
54 mbranch-expensive
56 Pretend that branches are expensive
Dpdp11.md627 ;; what's the mose expensive code - say twice movsi = 16
635 ;; what's the most expensive code ? - I think 8!
1123 ;; offsettable memory addresses always are expensive!!!
1413 ;; shift is by arbitrary count is expensive,
/openbsd/src/usr.bin/make/
Djob.c603 bool expensive = false; in expensive_command() local
634 expensive = true; in expensive_command()
637 expensive = false; in expensive_command()
642 if (expensive) in expensive_command()
/openbsd/src/gnu/llvm/llvm/utils/gn/build/
Dbuildflags.gni17 # Whether to enable expensive checks.
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dconfig.in330 at runtime. This is moderately expensive. */
335 at runtime. This is quite expensive. */
344 other memory allocation checks. This is quite expensive. */
349 every opportunity. This is extremely expensive. */
353 through valgrind (a memory checker). This is extremely expensive. */
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DJSONUtils.h295 int64_t namedVariables, bool expensive);
DJSONUtils.cpp243 int64_t namedVariables, bool expensive) { in CreateScope() argument
256 object.try_emplace("expensive", expensive); in CreateScope()
/openbsd/src/gnu/llvm/llvm/docs/GlobalISel/
DRegBankSelect.rst47 because the latter is more expensive: as we move to static mapping info,
DIRTranslator.rst92 for expensive non-foldable constants. However, this can lead to unnecessary
/openbsd/src/gnu/llvm/lldb/docs/use/
Dondemand.rst48 start off with their debug information turned off for expensive name and type
79 information name indexing is one of the most expensive operations that we are
106 The on demand symbol loading feature tries to limit expensive name lookups
/openbsd/src/gnu/usr.bin/cvs/
DPROJECTS43 * Parsing RCS files is very expensive. This might be unnecessary if
/openbsd/src/gnu/gcc/libcpp/
Dconfigure.ac105 [ --enable-checking enable expensive run-time checks],,
/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt53 is expensive in terms of instruction size and code size.
D2000-12-06-MeetingSummary.txt71 instructions? Fetching variable length instructions is expensive (for
D2000-11-18-EarlyDesignIdeasResp.txt21 pretty expensive operation to have to do. Additionally, we would like
146 > is expensive in terms of instruction size and code size.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlmroapi.pod73 Computing MROs can be expensive. The implementation provides a cache, in
/openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/
DCookbook.pod67 should be more time expensive as an option.
/openbsd/src/gnu/llvm/lldb/docs/resources/
Dcontributing.rst59 checks in an assertion may be more expensive than otherwise
/openbsd/src/gnu/llvm/llvm/docs/
DFaultMaps.rst15 the failing case significantly more expensive. This asymmetry can be
/openbsd/src/gnu/llvm/clang/docs/
DOpenMPSupport.rst33 - New collapse clause scheme to avoid expensive remainder operations.
35 collapse clause by replacing the expensive remainder operation with
/openbsd/src/sbin/init/
DNOTES96 don't use SIGCHILD, it's too expensive
/openbsd/src/gnu/gcc/gcc/config/i386/
Di386.opt88 Branches are this expensive (1-5, arbitrary units)
/openbsd/src/gnu/gcc/gcc/
Dparams.def405 expensive. */
407 "lim-expensive",
408 "The minimum cost of an expensive expression in the loop invariant motion",
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetItinerary.td145 // expensive HazardRecognizer because no reservation table is needed.
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DREADME-X86-64.txt151 expensive addressing mode.

12345678