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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Generic/
print-after.ll 5 ; CHECK: =simple-register-coalescing
undef-phi.ll 1 ; RUN: llc < %s -verify-machineinstrs -verify-coalescing
  /external/llvm/test/CodeGen/X86/
coalescer-win64.ll 1 ; RUN: llc < %s -verify-coalescing | FileCheck %s
remat-phys-dead.ll 11 ; CHECK: REGISTER COALESCING
20 ; CHECK: REGISTER COALESCING
2006-05-08-CoalesceSubRegClass.ll 0 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
coalescer-subreg.ll 2 ; This used to crash when coalescing a regclass like GR16 which did not support
twoaddr-sink-terminator.ll 1 ; RUN: llc < %s -verify-coalescing
2012-04-09-TwoAddrPassBug.ll 1 ; RUN: llc -O1 -verify-coalescing < %s
  /external/llvm/test/CodeGen/AArch64/
PBQP.ll 1 ; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=cortex-a57 -regalloc=pbqp -pbqp-coalescing -o - %s | FileCheck %s
PBQP-coalesce-benefit.ll 1 ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mcpu=cortex-a57 -mattr=+neon -fp-contract=fast -regalloc=pbqp -pbqp-coalescing | FileCheck %s
arm64-stacksave.ll 1 ; RUN: llc < %s -verify-coalescing
  /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);
  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 1 //===-- RegisterCoalescer.h - Register Coalescing Interface -----*- C++ -*-===//
27 /// instruction would become an identity copy after coalescing.
31 /// The register that will be left after coalescing. It can be a
80 /// an identity copy after coalescing.
99 /// after coalescing.
  /external/swiftshader/third_party/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.
  /external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
returns_twice_no_coalesce.ll 56 ; Commenting out after disabling simple coalescing for -Om1.
58 ; coalescing.
  /external/llvm/test/CodeGen/AMDGPU/
partially-dead-super-register-immediate.ll 1 ; RUN: llc -march=amdgcn -verify-machineinstrs -verify-coalescing < %s
  /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...]
  /external/swiftshader/third_party/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
  /external/swiftshader/third_party/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
  /art/compiler/optimizing/
register_allocator_graph_color.h 65 * If iterative move coalescing is enabled, the algorithm also attempts to conservatively
77 * coalescing uncolored nodes, and one used for coalescing an uncolored node with a colored node.
151 // Whether iterative move coalescing should be performed. Iterative move coalescing
  /external/llvm/test/CodeGen/ARM/
2012-01-26-CoalescerBug.ll 1 ; RUN: llc < %s -verify-coalescing
2012-02-01-CoalescerBug.ll 1 ; RUN: llc -verify-coalescing < %s

Completed in 2431 milliseconds

1 2 3 4 5 6 7 8 91011>>