Home
last modified time | relevance | path

Searched refs:combiner (Results 1 – 25 of 71) sorted by relevance

123

/external/llvm/test/CodeGen/X86/
Ddag-optnone.ll4 ; If fast-isel bails out to normal selection, then the DAG combiner will run,
8 ; DAG combiner does.
11 ; The DAG combiner was disabled for 'optnone' (but not -O0) by r221168, then
14 ; really should have disabled the combiner for both.)
17 ; combiner, then the combiner can be turned off for -O0 (not just 'optnone')
19 ; the DAG combiner does *not* run at -O0 or for 'optnone' functions.)
21 ; In the meantime, this test wants to make sure the combiner stays enabled for
Dcombiner-aa-0.ll1 ; RUN: llc < %s -march=x86-64 -combiner-global-alias-analysis -combiner-alias-analysis
Dcombiner-aa-1.ll1 ; RUN: llc < %s --combiner-alias-analysis --combiner-global-alias-analysis
Dpshufd-combine-crash.ll5 ; Test that the dag combiner doesn't assert if we try to replace a sequence of two
Dand-or-fold.ll4 ; The dag combiner should fold together (x&127)|(y&16711680) -> (x|y)&c1
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DFuturesCombineBenchmark.java39 @Override <V> ListenableFuture<V> combine(final Callable<V> combiner, Executor executor, in combine() argument
42 checkNotNull(combiner); in combine()
47 return Futures.immediateFuture(combiner.call()); in combine()
59 <V> ListenableFuture<V> combine(Callable<V> combiner, final Executor executor,
61 return Futures.combine(combiner, executor, futures);
66 Callable<V> combiner, Executor executor,
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java323 final BivariateRealFunction combiner) {
328 return combiner.value(ComposableFunction.this.value(x), f.value(x));
439 public MultivariateRealFunction asCollector(final BivariateRealFunction combiner,
447 result = combiner.value(result, ComposableFunction.this.value(entry));
466 public MultivariateRealFunction asCollector(final BivariateRealFunction combiner) {
467 return asCollector(combiner, 0.0);
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcombiner-aa-0.ll1 ; RUN: llc < %s -march=x86-64 -combiner-global-alias-analysis -combiner-alias-analysis
Dcombiner-aa-1.ll1 ; RUN: llc < %s --combiner-alias-analysis --combiner-global-alias-analysis
Dand-or-fold.ll4 ; The dag combiner should fold together (x&127)|(y&16711680) -> (x|y)&c1
D2010-09-17-SideEffectsInChain.ll1 ; RUN: llc < %s -combiner-alias-analysis -march=x86-64 -mcpu=core2 | FileCheck %s
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/
Dpromote-setcc.ll3 ; The DAG combiner may sometimes create illegal i16 SETCC operations when run
13 ; Note: ctlz is promoted, so this test does not catch the DAG combiner
/external/llvm/test/CodeGen/MIR/PowerPC/
Dunordered-implicit-registers.mir1 …-mtriple=powerpc64-unknown-linux-gnu -start-after machine-combiner -stop-after machine-combiner -o…
/external/llvm/test/CodeGen/AArch64/
Dvector_merge_dep_check.ll1 ; RUN: llc --combiner-alias-analysis=false < %s | FileCheck %s
2 ; RUN: llc --combiner-alias-analysis=true < %s | FileCheck %s
Dcomplex-copy-noneon.ll3 ; The DAG combiner decided to use a vector load/store for this struct copy
Darm64-complex-copy-noneon.ll3 ; The DAG combiner decided to use a vector load/store for this struct copy
/external/llvm/test/CodeGen/SystemZ/
Dunaligned-01.ll4 ; FIXME: -combiner-alias-analysis (the default for SystemZ) stops
6 ; RUN: llc < %s -mtriple=s390x-linux-gnu -combiner-alias-analysis=false \
/external/guava/guava/src/com/google/common/util/concurrent/
DFutures.java1615 FutureCombiner<V, C> combiner;
1623 FutureCombiner<V, C> combiner) {
1627 this.combiner = combiner;
1655 CombinedFuture.this.combiner = null;
1663 set(combiner.combine(ImmutableList.<Optional<V>>of()));
1762 FutureCombiner<V, C> localCombiner = combiner;
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2003-06-05-BranchInvertInfLoop.ll1 ; This testcase causes an infinite loop in the instruction combiner,
D2004-03-13-InstCombineInfLoop.ll1 ; This testcase caused the combiner to go into an infinite loop, moving the
D2011-02-14-InfLoop.ll1 ; This testcase causes an infinite loop in the instruction combiner,
/external/llvm/test/Transforms/InstCombine/
D2003-06-05-BranchInvertInfLoop.ll1 ; This testcase causes an infinite loop in the instruction combiner,
D2004-03-13-InstCombineInfLoop.ll1 ; This testcase caused the combiner to go into an infinite loop, moving the
D2011-02-14-InfLoop.ll1 ; This testcase causes an infinite loop in the instruction combiner,
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2006-10-11-combiner-aa-regression.ll1 ; RUN: llc < %s -march=ppc32 -combiner-alias-analysis | grep f5

123