Home
last modified time | relevance | path

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

12345

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dpython.py10 from coverage.misc import contract, expensive, NoSource, join_regex, isolate_module
135 @expensive
142 @expensive
155 @expensive
163 @expensive
167 @expensive
Dparser.py15 from coverage.misc import contract, nice_pair, expensive, join_regex
195 @expensive
Dmisc.py111 def expensive(fn): function
/external/llvm/test/Transforms/Inline/
Dnonnull.ll8 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/
Dor-branch.ll1 ; 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.
Datomic_mi.ll133 ; 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/
Dbug340392.vgtest1 # When run without --expensive-definedness-checks valgrind
10 vgopts: -q --expensive-definedness-checks=yes
/external/llvm/test/CodeGen/ARM/
Dcopy-cpsr.ll7 ; 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.
Dvcvt-cost.ll2 ; 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/
D2006-12-05-fp-to-int-ext.ll4 ; significantly more expensive than the two conversions on some targets
/external/selinux/policycoreutils/mcstrans/
DTODO9 compute_trans_from_raw is an expensive operation that needs to be sped up or threaded so that mcstr…
/external/llvm/test/Transforms/LoopUnroll/
Dhigh-cost-trip-count-computation.ll5 ;; Check that we don't emit expensive instructions to compute trip
/external/llvm/test/Transforms/LoopUnroll/PowerPC/
Da2-high-cost-trip-count-computation.ll5 ;; Check that we do emit expensive instructions to compute trip
/external/llvm/test/Analysis/CostModel/AArch64/
Dstore.ll5 ; Stores of <2 x i64> should be expensive because we don't split them and
/external/iptables/extensions/
Dlibxt_hashlimit.man28 expensive of doing the hash housekeeping.
35 srcip for \-\-hashlimit\-mode, but is technically more expensive.
/external/llvm/test/Transforms/LoopVectorize/X86/
Dconstant-vector-operand.ll8 ; We use to not vectorize this loop because the shift was deemed to expensive.
Dgcc-examples.ll47 ; Select VF=4 because sext <8 x i1> to <8 x i32> is expensive.
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dreadme.txt7 ** 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/
Dselect.ll27 ; 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.
Dcttz-ctlz.ll9 ; If the intrinsic is expensive, check if the input is zero to avoid the call.
/external/llvm/test/Analysis/CostModel/ARM/
Dinsertelement.ll6 ; Multiple insert elements from loads into d subregisters are expensive on swift
/external/llvm/test/Transforms/IndVarSimplify/NVPTX/
Dno-widen-expensive.ll6 ; 64-bit integer is twice as expensive as that on a 32-bit integer, because the
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-basic-a64-undefined.txt1 # These spawn another process so they're rather expensive. Not many.
/external/autotest/server/site_tests/provision_AutoUpdate/
Dcontrol.double15 # This test is expensive, just retry once
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt71 instructions? Fetching variable length instructions is expensive (for

12345