Searched refs:no_spill (Results 1 – 13 of 13) sorted by relevance
381 vec4_visitor::evaluate_spill_costs(float *spill_costs, bool *no_spill) in evaluate_spill_costs() argument390 no_spill[i] = alloc.sizes[i] != 1 && alloc.sizes[i] != 2; in evaluate_spill_costs()400 if (inst->src[i].file == VGRF && !no_spill[inst->src[i].nr]) { in evaluate_spill_costs()410 no_spill[inst->src[i].nr] = true; in evaluate_spill_costs()420 no_spill[inst->src[i].nr] = true; in evaluate_spill_costs()430 no_spill[inst->src[i].nr] = true; in evaluate_spill_costs()434 if (inst->dst.file == VGRF && !no_spill[inst->dst.nr]) { in evaluate_spill_costs()438 no_spill[inst->dst.nr] = true; in evaluate_spill_costs()447 no_spill[inst->dst.nr] = true; in evaluate_spill_costs()456 no_spill[inst->dst.nr] = true; in evaluate_spill_costs()[all …]
983 bool no_spill[fs->alloc.count]; in set_spill_costs() local987 no_spill[i] = false; in set_spill_costs()1007 no_spill[inst->src[i].nr] = true; in set_spill_costs()1010 no_spill[inst->dst.nr] = true; in set_spill_costs()1044 if (no_spill[i]) in set_spill_costs()
132 void evaluate_spill_costs(float *spill_costs, bool *no_spill);
2768 bool no_spill[alloc.count]; in run() local2769 evaluate_spill_costs(spill_costs, no_spill); in run()2771 if (no_spill[i]) in run()
280 if (ins->no_spill) in bi_choose_spill_node()310 ins->no_spill = true; in bi_spill_register()332 ld.no_spill = true; in bi_spill_register()
328 bool no_spill; member
294 if (ins->no_spill) in bi_print_instruction()
802 if (ins->no_spill & (1 << l->spill_class)) { in mir_choose_spill_node()862 st.no_spill |= (1 << spill_class); in mir_spill_register()867 ins->no_spill |= (1 << spill_class); in mir_spill_register()919 st.no_spill |= (1 << spill_class); in mir_spill_register()
156 unsigned no_spill; member588 .no_spill = (1 << REG_CLASS_WORK) in v_load_store_scratch()
278 if (ins->no_spill) in mir_print_instruction()
1307 stages[i]->no_spill |= (1 << REG_CLASS_WORK); in mir_schedule_alu()
321 - pan/midgard: Use no_spill bitmask322 - pan/midgard: Don't use no_spill for memory spill src
697 - pan/bi: Add no_spill flag to IR