Home
last modified time | relevance | path

Searched refs:coalescer (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_coalesce.cpp44 void coalescer::add_edge(value* a, value* b, unsigned cost) { in add_edge()
49 void coalescer::create_chunk(value *v) { in create_chunk()
75 void coalescer::unify_chunks(ra_edge *e) { in unify_chunks()
111 bool coalescer::chunks_interference(ra_chunk *c1, ra_chunk *c2) { in chunks_interference()
138 void coalescer::build_chunks() { in build_chunks()
160 ra_constraint* coalescer::create_constraint(constraint_kind kind) { in create_constraint()
166 void coalescer::dump_edges() { in dump_edges()
180 void coalescer::dump_chunks() { in dump_chunks()
191 void coalescer::dump_constraint_queue() { in dump_constraint_queue()
201 void coalescer::dump_chunk(ra_chunk* c) { in dump_chunk()
[all …]
Dsb_shader.h189 class coalescer {
202 coalescer(shader &sh) : sh(sh), edges(), chunks(), constraints() {} in coalescer() function
203 ~coalescer();
288 coalescer coal;
Dsb_ra_init.cpp562 sh.coal.add_edge(v, d, coalescer::phi_cost); in split_phi_src()
Dsb_sched.cpp1286 coalescer::dump_chunk(v->chunk); in recolor_local()
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
Dindex.txt332coalescer-live-intervals-target-instr-info-for-discard-for-discard.amber", "cov-register-coalescer
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/
Dgraphicsfuzz.txt320 dEQP-VK.graphicsfuzz.cov-register-coalescer-live-intervals-target-instr-info-for-discard-for-discard
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dgraphicsfuzz.txt332 dEQP-VK.graphicsfuzz.cov-register-coalescer-live-intervals-target-instr-info-for-discard-for-discard
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td137 // GPR64/GPR64sp for use by the coalescer.
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Dgraphicsfuzz.txt332 dEQP-VK.graphicsfuzz.cov-register-coalescer-live-intervals-target-instr-info-for-discard-for-discard
/third_party/vk-gl-cts/android/cts/master/vk-master/
Dgraphicsfuzz.txt332 dEQP-VK.graphicsfuzz.cov-register-coalescer-live-intervals-target-instr-info-for-discard-for-discard
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME.txt67 the coalescer how to deal with it though.