Home
last modified time | relevance | path

Searched refs:next_max_node (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c670 new_node->node.sched.next_max_node = node->sched.next_max_node; in create_replacement()
676 node->sched.next_max_node = false; in create_replacement()
957 if (node->sched.next_max_node) { in spill_node()
958 node->sched.next_max_node = false; in spill_node()
1038 store->node.sched.next_max_node = false; in try_spill_node()
1116 !(node->sched.max_node || node->sched.next_max_node)) in try_spill_nodes()
1220 /* Initialize node->sched.max_node and node->sched.next_max_node for every
1237 node->sched.next_max_node = (min_end_move == ctx->instr->index + 1); in sched_find_max_nodes()
1238 if (node->sched.next_max_node) in sched_find_max_nodes()
[all...]
H A Dinstr.c95 if (node->sched.next_max_node && !node->sched.complex_allowed && in gpir_instr_insert_alu_check()
105 int next_max_reduce_slot = node->sched.next_max_node ? 1 : 0; in gpir_instr_insert_alu_check()
117 if (node->sched.next_max_node && !node->sched.complex_allowed) in gpir_instr_insert_alu_check()
167 if (node->sched.next_max_node && !node->sched.complex_allowed) in gpir_instr_remove_alu()
178 if (node->sched.next_max_node) in gpir_instr_remove_alu()
335 if (store->child->sched.next_max_node && in gpir_instr_insert_store_check()
392 if (store->child->sched.next_max_node && in gpir_instr_remove_store()
H A Dgpir.h178 bool max_node, next_max_node; member

Completed in 5 milliseconds