Searched refs:expensive (Results 1 – 25 of 111) sorted by relevance
12345
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | python.py | 10 from coverage.misc import contract, expensive, NoSource, join_regex, isolate_module 135 @expensive 142 @expensive 155 @expensive 163 @expensive 167 @expensive
|
D | parser.py | 15 from coverage.misc import contract, nice_pair, expensive, join_regex 195 @expensive
|
D | misc.py | 111 def expensive(fn): function
|
/external/llvm/test/Transforms/Inline/ |
D | nonnull.ll | 8 br i1 %cmp, label %expensive, label %done 10 ; This block is designed to be too expensive to inline. We can only inline 12 expensive:
|
/external/llvm/test/CodeGen/X86/ |
D | or-branch.ll | 1 ; RUN: llc < %s -mtriple=i386-unknown-unknown -jump-is-expensive=0 | FileCheck %s --check-prefix=JU… 2 ; RUN: llc < %s -mtriple=i386-unknown-unknown -jump-is-expensive=1 | FileCheck %s --check-prefix=JU… 29 ; regardless of whether they are expensive or not.
|
D | atomic_mi.ll | 133 ; treat 16 bit arithmetic as expensive on X86/X86_64. 146 ; treat 16 bit arithmetic as expensive on X86/X86_64. 312 ; treat 16 bit arithmetic as expensive on X86/X86_64. 325 ; treat 16 bit arithmetic as expensive on X86/X86_64. 700 ; treat 16 bit arithmetic as expensive on X86/X86_64. 780 ; treat 16 bit arithmetic as expensive on X86/X86_64.
|
/external/valgrind/memcheck/tests/ |
D | bug340392.vgtest | 1 # When run without --expensive-definedness-checks valgrind 10 vgopts: -q --expensive-definedness-checks=yes
|
/external/llvm/test/CodeGen/ARM/ |
D | copy-cpsr.ll | 7 ; is carried in the DAG because duplicating them can be more expensive than 17 ; + We want the chains to be long enough that duplicating them is expensive.
|
D | vcvt-cost.ll | 2 ; instructions as expensive. If lowering is improved the cost model needs to 19 ;; We currently estimate the cost of this instruction as expensive. If lowering 66 ;; We currently estimate the cost of this instruction as expensive. If lowering
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2006-12-05-fp-to-int-ext.ll | 4 ; significantly more expensive than the two conversions on some targets
|
/external/selinux/policycoreutils/mcstrans/ |
D | TODO | 9 compute_trans_from_raw is an expensive operation that needs to be sped up or threaded so that mcstr…
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | high-cost-trip-count-computation.ll | 5 ;; Check that we don't emit expensive instructions to compute trip
|
/external/llvm/test/Transforms/LoopUnroll/PowerPC/ |
D | a2-high-cost-trip-count-computation.ll | 5 ;; Check that we do emit expensive instructions to compute trip
|
/external/llvm/test/Analysis/CostModel/AArch64/ |
D | store.ll | 5 ; Stores of <2 x i64> should be expensive because we don't split them and
|
/external/iptables/extensions/ |
D | libxt_hashlimit.man | 28 expensive of doing the hash housekeeping. 35 srcip for \-\-hashlimit\-mode, but is technically more expensive.
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | constant-vector-operand.ll | 8 ; We use to not vectorize this loop because the shift was deemed to expensive.
|
D | gcc-examples.ll | 47 ; Select VF=4 because sext <8 x i1> to <8 x i32> is expensive.
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | readme.txt | 7 ** The purpose of this test is to answer the question, "How expensive, relatively speaking, is ICU … 28 …ost. It also shows that opening a number formatter is about 60 times as expensive as formatting a …
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | select.ll | 27 ; An 'fdiv' is expensive, so sink it rather than speculatively execute it. 87 ; An 'fadd' is not too expensive, so it's ok to speculate.
|
D | cttz-ctlz.ll | 9 ; If the intrinsic is expensive, check if the input is zero to avoid the call.
|
/external/llvm/test/Analysis/CostModel/ARM/ |
D | insertelement.ll | 6 ; Multiple insert elements from loads into d subregisters are expensive on swift
|
/external/llvm/test/Transforms/IndVarSimplify/NVPTX/ |
D | no-widen-expensive.ll | 6 ; 64-bit integer is twice as expensive as that on a 32-bit integer, because the
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-basic-a64-undefined.txt | 1 # These spawn another process so they're rather expensive. Not many.
|
/external/autotest/server/site_tests/provision_AutoUpdate/ |
D | control.double | 15 # This test is expensive, just retry once
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-12-06-MeetingSummary.txt | 71 instructions? Fetching variable length instructions is expensive (for
|
12345