Home
last modified time | relevance | path

Searched refs:spill_insts (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp425 spill_insts = _mesa_pointer_set_create(mem_ctx); in fs_reg_alloc()
487 set *spill_insts; member in fs_reg_alloc
890 _mesa_set_add(spill_insts, unspill_inst); in emit_unspill()
922 _mesa_set_add(spill_insts, unspill_inst); in emit_unspill()
946 _mesa_set_add(spill_insts, spill_inst); in emit_spill()
971 _mesa_set_add(spill_insts, spill_inst); in emit_spill()
1004 if (_mesa_set_search(spill_insts, inst)) { in set_spill_costs()
1145 _mesa_set_add(spill_insts, header_inst); in spill_reg()
1276 if (!_mesa_set_search(spill_insts, inst)) in spill_reg()