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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp1021 fs_reg spill_src(VGRF, alloc.allocate(regs_written(inst))); local in function:fs_visitor::spill_reg
1023 inst->dst.nr = spill_src.nr;
1066 emit_unspill(ubld, spill_src, subset_spill_offset,
1069 emit_spill(ubld.at(block, inst->next), spill_src,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp1111 fs_reg spill_src = alloc_spill_reg(regs_written(inst), ip); local in function:fs_reg_alloc::spill_reg
1113 inst->dst.nr = spill_src.nr;
1156 emit_unspill(ubld, spill_src, subset_spill_offset,
1159 emit_spill(ubld.at(block, inst->next), spill_src,

Completed in 5 milliseconds