Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
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()
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()
1243 if (node->sched.next_max_node) in sched_find_max_nodes()
1265 if (node->sched.next_max_node) in verify_max_nodes()
[all …]
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()
Dgpir.h177 bool max_node, next_max_node; member