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

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dcompiler.h263 unsigned temp_alloc; member in struct:compiler_context
450 return (ctx->func->impl->ssa_alloc + ctx->temp_alloc++) << 1;
456 return ((ctx->func->impl->reg_alloc + ctx->temp_alloc++) << 1) | PAN_IS_REG;

Completed in 2 milliseconds