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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c247 v3d_spill_reg(struct v3d_compile *c, int spill_temp) argument
251 bool is_uniform = vir_is_mov_uniform(c, spill_temp);
270 struct qinst *orig_unif = c->defs[spill_temp];
307 inst->src[i].index != spill_temp) {
338 inst->dst.index == spill_temp) {
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c209 v3d_spill_reg(struct v3d_compile *c, int spill_temp) argument
211 bool is_uniform = vir_is_mov_uniform(c, spill_temp);
230 struct qinst *orig_unif = c->defs[spill_temp];
237 inst->src[i].index != spill_temp) {
258 inst->dst.index == spill_temp) {

Completed in 4 milliseconds