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

1 2 3

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ra_coalesce.cpp 44 void coalescer::add_edge(value* a, value* b, unsigned cost) {
49 void coalescer::create_chunk(value *v) {
75 void coalescer::unify_chunks(ra_edge *e) {
111 bool coalescer::chunks_interference(ra_chunk *c1, ra_chunk *c2) {
138 void coalescer::build_chunks() {
160 ra_constraint* coalescer::create_constraint(constraint_kind kind) {
166 void coalescer::dump_edges() {
180 void coalescer::dump_chunks() {
191 void coalescer::dump_constraint_queue() {
201 void coalescer::dump_chunk(ra_chunk* c)
    [all...]
sb_shader.h 189 class coalescer { class in namespace:r600_sb
202 coalescer(shader &sh) : sh(sh), edges(), chunks(), constraints() {} function in class:r600_sb::coalescer
203 ~coalescer();
288 coalescer coal;
  /packages/apps/Dialer/java/com/android/dialer/calllog/database/
CallLogDatabaseComponent.java 26 public abstract Coalescer coalescer(); method in class:CallLogDatabaseComponent
AnnotatedCallLogContentProvider.java 71 private Coalescer coalescer; field in class:AnnotatedCallLogContentProvider
83 coalescer = CallLogDatabaseComponent.get(getContext()).coalescer();
123 Cursor coalescedRows = coalescer.coalesce(allAnnotatedCallLogRows);
Coalescer.java 43 public class Coalescer {
48 Coalescer(DataSources dataSources) {
  /external/llvm/test/CodeGen/ARM/
2012-10-04-AAPCS-byval-align8.ll 31 ; ldm is not formed when the coalescer failed to coalesce everything.
58 ; ldm is not formed when the coalescer failed to coalesce everything.
crash-greedy.ll 86 ; Coalescer failure: removeCopyByCommutingDef leaves a bad kill flag
  /external/llvm/test/CodeGen/X86/
2009-08-06-inlineasm.ll 5 ; FIXME: If the coalescer happens to coalesce %level.1 with the copy to EAX
7 ; once the coalescer fixes a virtual register to physical register we can't
2006-05-08-CoalesceSubRegClass.ll 1 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
2011-03-09-Physreg-Coalescing.ll 8 ; The coalescer can easily overallocate physical registers,
misched-new.ll 11 ; FIXME: There should be an assert in the coalescer that we're not rematting
2010-02-23-SingleDefPhiJoin.ll 7 ; If LiveIntervalAnalysis fails to recognize this as a phi join, the coalescer
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2009-08-06-inlineasm.ll 5 ; FIXME: If the coalescer happens to coalesce %level.1 with the copy to EAX
7 ; once the coalescer fixes a virtual register to physical register we can't
2006-05-08-CoalesceSubRegClass.ll 1 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
2011-03-09-Physreg-Coalescing.ll 8 ; The coalescer can easily overallocate physical registers,
coalescer-commute2.ll 31 ; The coalescer should commute the add to avoid a copy.
  /external/llvm/test/CodeGen/AArch64/
arm64-dead-register-def-bug.ll 4 ; When rematerializing through truncates, the coalescer may produce instructions
  /external/llvm/test/CodeGen/AMDGPU/
reg-coalescer-sched-crash.ll 4 ; The register coalescer introduces a verifier error which later
subreg-coalescer-undef-use.ll 3 ; register coalescer because it is hidden with subregister insert/extract.
coalescer_remat.ll 5 ; This checks that rematerialization support of the coalescer does not
  /external/llvm/test/Transforms/LoopStrengthReduce/AArch64/
lsr-memcpy.ll 6 ; <rdar://problem/12702735> [ARM64][coalescer] need better register
  /external/llvm/test/CodeGen/Thumb2/
2010-06-14-NEONCoalescer.ll 5 ; This is a case where the coalescer was too eager. These two copies were
  /external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
2010-06-14-NEONCoalescer.ll 5 ; This is a case where the coalescer was too eager. These two copies were
  /external/llvm/lib/Target/AMDGPU/
SIFixSGPRCopies.cpp 11 /// Copies from VGPR to SGPR registers are illegal and the register coalescer
29 /// The coalescer will begin at BB0 and eliminate its copy, then the resulting
63 /// If the PHI's definition class is constrained to <vgpr> then the coalescer
  /external/llvm/test/Transforms/LoopStrengthReduce/ARM/
2012-06-15-lsr-noaddrmode.ll 8 ; to coalesce the IV. See <rdar://problem/11680670> [coalescer] IVs

Completed in 1761 milliseconds

1 2 3