Searched refs:add_edge (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_shader.h | 207 void add_edge(value *a, value *b, unsigned cost);
|
| H A D | sb_ra_coalesce.cpp | 44 void coalescer::add_edge(value* a, value* b, unsigned cost) { function in class:r600_sb::coalescer
|
| H A D | sb_ra_init.cpp | 557 sh.coal.add_edge(v, d, coalescer::phi_cost);
|
| H A D | sb_shader.cpp | 127 coal.add_edge(src, dst, affcost);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_shader.h | 207 void add_edge(value *a, value *b, unsigned cost);
|
| H A D | sb_ra_coalesce.cpp | 44 void coalescer::add_edge(value* a, value* b, unsigned cost) { function in class:r600_sb::coalescer
|
| H A D | sb_ra_init.cpp | 562 sh.coal.add_edge(v, d, coalescer::phi_cost);
|
| H A D | sb_shader.cpp | 127 coal.add_edge(src, dst, affcost);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 110 add_edge(unsigned pred_idx, Block* succ) function in namespace:aco::__anon562fcc110110 9962 add_edge(loop_preheader_idx, loop_header); 10014 add_edge(ctx->block->index, &ctx->program->blocks[loop_header_idx]); 10326 add_edge(ic->BB_if_idx, BB_then_logical); 10478 add_edge(ic->BB_if_idx, BB_then); 10511 add_edge(ic->BB_if_idx, BB_else);
|
Completed in 28 milliseconds