HomeSort by relevance Sort by last modified time
    Searched full:coalescing (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSetting.java 38 * coalescing = true.
40 public static final DocumentBuilderSetting coalescing = field in class:DocumentBuilderSetting
42 "coalescing",
44 DocumentBuilderSettingStrategy.coalescing);
47 * coalescing = false.
51 "coalescing",
53 DocumentBuilderSettingStrategy.coalescing);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java 38 * coalescing = true.
40 public static final DocumentBuilderSetting coalescing = field in class:DocumentBuilderSetting
42 "coalescing",
44 DocumentBuilderSettingStrategy.coalescing);
47 * coalescing = false.
51 "coalescing",
53 DocumentBuilderSettingStrategy.coalescing);
DocumentBuilderSettingStrategy.java 24 public static final DocumentBuilderSettingStrategy coalescing = new DocumentBuilderSettingStrategy() { field in class:DocumentBuilderSettingStrategy
  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 1 //===-- RegisterCoalescer.h - Register Coalescing Interface ------*- C++ -*-===//
27 /// instruction would become an identity copy after coalescing.
32 /// DstReg - The register that will be left after coalescing. It can be a
72 /// an identity copy after coalescing.
91 /// after coalescing.
LiveIntervalUnion.h 11 // registers. This may be used during coalescing to represent a congruence
43 /// Union of live intervals that are strong candidates for coalescing into a
RegisterCoalescer.cpp 1 //===- RegisterCoalescer.cpp - Generic Register Coalescing Interface -------==//
12 // implementations of register coalescing.
56 STATISTIC(numPeep , "Number of identity moves eliminated after coalescing");
67 cl::desc("Avoid coalescing cross register class copies"),
76 VerifyCoalescing("verify-coalescing",
77 cl::desc("Verify machine instrs before and after register coalescing"),
93 /// JoinedCopies - Keep track of copies eliminated due to coalescing.
202 INITIALIZE_PASS_BEGIN(RegisterCoalescer, "simple-register-coalescing",
203 "Simple Register Coalescing", false, false)
212 INITIALIZE_PASS_END(RegisterCoalescer, "simple-register-coalescing",
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
content.js 11 // Timers to trigger "stopEvent" for coalescing events.
  /external/llvm/test/CodeGen/X86/
2006-05-08-CoalesceSubRegClass.ll 0 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
twoaddr-sink-terminator.ll 1 ; RUN: llc < %s -verify-coalescing
2011-06-19-QuicksortCoalescerBug.ll 1 ; RUN: llc < %s -verify-coalescing
coalescer-dce.ll 1 ; RUN: llc < %s -disable-fp-elim -disable-machine-dce -verify-coalescing
29 ; removed, -verify-coalescing complains about the dangling kill.
  /external/llvm/unittests/ADT/
IntervalMapTest.cpp 140 // Flat coalescing tests.
197 // Add non-coalescing, then trigger coalescing with setValue.
210 // Flat multi-coalescing tests.
324 // Branched, non-coalescing tests.
378 // Change value, no coalescing.
385 // Close the gap right, no coalescing.
392 // Change value, no coalescing.
399 // Change value, now coalescing.
406 // Close the gap, now coalescing
    [all...]
  /libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level2.java 44 // android: coalescing, epand, ignorewhitespace, namespace, NOT validation
AllTests_Level1.java 44 // android: coalescing, epand, ignorewhitespace, namespace, NOT validation
  /external/llvm/docs/CommandGuide/
llvm-diff.pod 46 Changes in memory behavior (for example, coalescing loads) can cause
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 40 private boolean coalescing = false; field in class:DocumentBuilderFactory
192 * @param coalescing true if the parser produced will convert CDATA nodes
197 public void setCoalescing(boolean coalescing) {
198 this.coalescing = coalescing;
273 return coalescing;
  /external/llvm/test/CodeGen/Mips/
2011-05-26-BranchKillsVreg.ll 1 ; RUN: llc < %s -verify-coalescing
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition20.js 42 setImplementationAttribute("coalescing", false);
nodecomparedocumentposition22.js 42 setImplementationAttribute("coalescing", false);
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 108 /// spill, interference and coalescing costs by default. You can extend this
141 /// Extended builder which adds coalescing constraints to a problem.
  /external/llvm/include/llvm/Target/
TargetOpcodes.h 73 /// coalescing / allocation aid and must be eliminated before code emission.
79 /// After register coalescing references of v1024 should be replace with
  /external/netperf/
nettest_sdp.h 24 /* coalescing? */
122 /* coalescing? */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ethtool.h 82 /* for configuring coalescing parameters of chip */
137 /* Adaptive RX/TX coalescing is an algorithm implemented by
140 * only implement one of RX or TX adaptive coalescing. Anything
159 * normal {rx,tx}_* coalescing parameters are used.
172 /* How often to do adaptive coalescing packet rate sampling,
  /external/kernel-headers/original/linux/
ethtool.h 98 /* for configuring coalescing parameters of chip */
153 /* Adaptive RX/TX coalescing is an algorithm implemented by
156 * only implement one of RX or TX adaptive coalescing. Anything
175 * normal {rx,tx}_* coalescing parameters are used.
188 /* How often to do adaptive coalescing packet rate sampling,
329 * get_coalesce: Get interrupt coalescing parameters
330 * set_coalesce: Set interrupt coalescing parameters
  /external/libvpx/vpx_mem/memory_manager/include/
heapmm.h 101 /* Pointer to first byte of last block freed, after any coalescing. */

Completed in 886 milliseconds

1 2 3 4 5 6 7 8