Searched refs:ra_alloc_interference_graph (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | register_allocate.h | 75 struct ra_graph *ra_alloc_interference_graph(struct ra_regs *regs,
|
| H A D | register_allocate.c | 417 ra_alloc_interference_graph(struct ra_regs *regs, unsigned int count) function in typeref:struct:ra_graph *
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | register_allocate.h | 89 struct ra_graph *ra_alloc_interference_graph(struct ra_regs *regs,
|
| H A D | register_allocate.c | 557 ra_alloc_interference_graph(struct ra_regs *regs, unsigned int count) function in typeref:struct:ra_graph *
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir_ra.c | 141 struct ra_graph *g = ra_alloc_interference_graph(regs, num_nodes);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_register_allocate.c | 274 struct ra_graph *g = ra_alloc_interference_graph(vc4->regs,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_reg_allocate.cpp | 210 ra_alloc_interference_graph(compiler->vec4_reg_set.regs, node_count);
|
| H A D | brw_fs_reg_allocate.cpp | 555 ra_alloc_interference_graph(compiler->fs_reg_sets[rsi].regs, node_count);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_register_allocate.c | 270 struct ra_graph *g = ra_alloc_interference_graph(vc4->regs,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_reg_allocate.cpp | 171 ra_alloc_interference_graph(compiler->vec4_reg_set.regs, node_count);
|
| H A D | brw_fs_reg_allocate.cpp | 670 g = ra_alloc_interference_graph(compiler->fs_reg_sets[rsi].regs, node_count);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir_register_allocate.c | 621 struct ra_graph *g = ra_alloc_interference_graph(c->compiler->regs,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 569 graph = ra_alloc_interference_graph(ra_state->regs,
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | vir_register_allocate.c | 461 struct ra_graph *g = ra_alloc_interference_graph(c->compiler->regs,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | regalloc.c | 660 struct ra_graph *g = ra_alloc_interference_graph(
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | regalloc.c | 531 struct ra_graph *g = ra_alloc_interference_graph(
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 569 graph = ra_alloc_interference_graph(ra_state->regs,
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_ra.c | 645 ctx->g = ra_alloc_interference_graph(ctx->set->regs, ctx->alloc_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 2222 struct ra_graph *g = ra_alloc_interference_graph(regs, nodes);
|
Completed in 29 milliseconds