Searched refs:cur_reg (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c176 BITSET_FOREACH_SET(live_reg, ctx->live, ctx->comp->cur_reg) {
189 BITSET_FOREACH_SET(live_idx, live_reg, ctx->comp->cur_reg) {
270 for (int i = 0; i < ctx->comp->cur_reg; i++) {
283 if (ctx->stack_size < ctx->comp->cur_reg) {
291 for (int reg = 0; reg < ctx->comp->cur_reg; reg++) {
309 for (int i = ctx->comp->cur_reg - 1; i >= 0; i--) {
367 BITSET_FOREACH_SET(reg_idx, block->live_out, ctx->comp->cur_reg) {
405 unsigned cur_reg = (reg_base + reg_offset) % (GPIR_PHYSICAL_REG_NUM + GPIR_VALUE_REG_NUM); local in function:find_free_value_reg
406 if (!ctx->live[cur_reg]) {
407 reg = cur_reg;
[all...]
H A Doptimize.c181 BITSET_WORD *regs = rzalloc_array(comp, BITSET_WORD, comp->cur_reg);
H A Dgpir.h414 int cur_reg; member in struct:gpir_compiler
H A Dreduce_scheduler.c213 gpir_node **last_written = calloc(comp->cur_reg, sizeof(gpir_node *));
H A Dnir.c36 reg->index = comp->cur_reg++;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h331 int cur_reg; member in struct:gpir_compiler
H A Dnir.c333 reg->index = comp->cur_reg++;

Completed in 10 milliseconds