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 Dsb_shader.h207 void add_edge(value *a, value *b, unsigned cost);
H A Dsb_ra_coalesce.cpp44 void coalescer::add_edge(value* a, value* b, unsigned cost) { function in class:r600_sb::coalescer
H A Dsb_ra_init.cpp557 sh.coal.add_edge(v, d, coalescer::phi_cost);
H A Dsb_shader.cpp127 coal.add_edge(src, dst, affcost);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.h207 void add_edge(value *a, value *b, unsigned cost);
H A Dsb_ra_coalesce.cpp44 void coalescer::add_edge(value* a, value* b, unsigned cost) { function in class:r600_sb::coalescer
H A Dsb_ra_init.cpp562 sh.coal.add_edge(v, d, coalescer::phi_cost);
H A Dsb_shader.cpp127 coal.add_edge(src, dst, affcost);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp110 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