Searched refs:expensive (Results 1 – 25 of 178) sorted by relevance
12345678
| /openbsd/src/gnu/gcc/gcc/config/pdp11/ |
| D | pdp11.opt | 52 Do not pretend that branches are expensive 54 mbranch-expensive 56 Pretend that branches are expensive
|
| D | pdp11.md | 627 ;; 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/ |
| D | job.c | 603 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/ |
| D | buildflags.gni | 17 # Whether to enable expensive checks.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | config.in | 330 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/ |
| D | JSONUtils.h | 295 int64_t namedVariables, bool expensive);
|
| D | JSONUtils.cpp | 243 int64_t namedVariables, bool expensive) { in CreateScope() argument 256 object.try_emplace("expensive", expensive); in CreateScope()
|
| /openbsd/src/gnu/llvm/llvm/docs/GlobalISel/ |
| D | RegBankSelect.rst | 47 because the latter is more expensive: as we move to static mapping info,
|
| D | IRTranslator.rst | 92 for expensive non-foldable constants. However, this can lead to unnecessary
|
| /openbsd/src/gnu/llvm/lldb/docs/use/ |
| D | ondemand.rst | 48 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/ |
| D | PROJECTS | 43 * Parsing RCS files is very expensive. This might be unnecessary if
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | configure.ac | 105 [ --enable-checking enable expensive run-time checks],,
|
| /openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| D | 2000-11-18-EarlyDesignIdeas.txt | 53 is expensive in terms of instruction size and code size.
|
| D | 2000-12-06-MeetingSummary.txt | 71 instructions? Fetching variable length instructions is expensive (for
|
| D | 2000-11-18-EarlyDesignIdeasResp.txt | 21 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/ |
| D | perlmroapi.pod | 73 Computing MROs can be expensive. The implementation provides a cache, in
|
| /openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/ |
| D | Cookbook.pod | 67 should be more time expensive as an option.
|
| /openbsd/src/gnu/llvm/lldb/docs/resources/ |
| D | contributing.rst | 59 checks in an assertion may be more expensive than otherwise
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | FaultMaps.rst | 15 the failing case significantly more expensive. This asymmetry can be
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | OpenMPSupport.rst | 33 - New collapse clause scheme to avoid expensive remainder operations. 35 collapse clause by replacing the expensive remainder operation with
|
| /openbsd/src/sbin/init/ |
| D | NOTES | 96 don't use SIGCHILD, it's too expensive
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | i386.opt | 88 Branches are this expensive (1-5, arbitrary units)
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | params.def | 405 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/ |
| D | TargetItinerary.td | 145 // expensive HazardRecognizer because no reservation table is needed.
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | README-X86-64.txt | 151 expensive addressing mode.
|
12345678