Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp360 void spill_reg(unsigned spill_reg);
1022 fs_reg_alloc::spill_reg(unsigned spill_reg) in spill_reg() argument
1024 int size = fs->alloc.sizes[spill_reg]; in spill_reg()
1075 ra_set_node_spill_cost(g, first_vgrf_node + spill_reg, 0); in spill_reg()
1076 ra_reset_node_interference(g, first_vgrf_node + spill_reg); in spill_reg()
1091 inst->src[i].nr == spill_reg) { in spill_reg()
1120 inst->dst.nr == spill_reg && in spill_reg()
1204 spill_reg(re in assign_regs()
[all...]
H A Dbrw_vec4.h137 void spill_reg(unsigned spill_reg);
H A Dbrw_vec4_reg_allocate.cpp215 spill_reg(reg); in reg_allocate()
254 * - When we call this function from spill_reg(), we pass in scratch_reg the
318 * evaluate_spill_costs (since for the spill_reg path any block of in can_use_scratch_for_source()
469 vec4_visitor::spill_reg(unsigned spill_reg_nr) in spill_reg() function in brw::vec4_visitor
H A Dbrw_vec4.cpp2482 spill_reg(i); in run()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc320 LiftoffRegister spill_reg = move->src; in ExecuteMoves() local
321 asm_->Spill(last_spill_offset, spill_reg, move->kind); in ExecuteMoves()
1283 LiftoffRegister spill_reg = cache_state_.GetNextSpillReg(candidates); in SpillOneRegister() local
1284 SpillRegister(spill_reg); in SpillOneRegister()
1285 return spill_reg; in SpillOneRegister()

Completed in 15 milliseconds