Searched refs:spill_slot (Results 1 – 6 of 6) sorted by relevance
63 FrameOffset Linkage::GetFrameOffset(int spill_slot, Frame* frame, int extra) { in GetFrameOffset() argument68 if (spill_slot >= 0) { in GetFrameOffset()72 -(spill_slot + 1) * kPointerSize - register_save_area_size + extra; in GetFrameOffset()75 offset = -(spill_slot + 1) * kPointerSize + kFPOnStackSize + in GetFrameOffset()81 DCHECK(spill_slot < 0); // Must be a parameter. in GetFrameOffset()83 int offset = register_save_area_size - (spill_slot + 1) * kPointerSize + in GetFrameOffset()
217 FrameOffset GetFrameOffset(int spill_slot, Frame* frame, int extra = 0);
67 printf("UNSPILL(%x)/", ref->value->spill_slot); in brw_wm_print_ref()91 if (inst->dst[i]->spill_slot) in brw_wm_print_insn()92 printf("/SPILL(%x)",inst->dst[i]->spill_slot); in brw_wm_print_insn()
169 if (!value->spill_slot) { in spill_value()171 value->spill_slot = c->last_scratch; in spill_value()
1621 arg[i]->value->spill_slot); in get_argument_regs()1642 if (values[i].spill_slot) in spill_values()1643 emit_spill(c, values[i].hw_reg, values[i].spill_slot); in spill_values()1908 if (inst->dst[i] && inst->dst[i]->spill_slot) in brw_wm_emit()1911 inst->dst[i]->spill_slot); in brw_wm_emit()
121 GLuint spill_slot:16; /* if non-zero, spill immediately after calculation */ member